Ubuntu: install linux-image-virtual instead of linux-image-server
By default install linux-image-virtual instead of linux-image-server on Ubuntu Intrepid and newer. Hopefully closes: #640099, LP #839492
This commit is contained in:
2
debian/changelog
vendored
2
debian/changelog
vendored
@@ -26,6 +26,8 @@ xen-tools (4.4~dev-1) UNRELEASED; urgency=low
|
||||
- Adds default mount options for ext4, identical to ext2/ext3.
|
||||
- Ships /etc/initramfs-tools/conf.d/xen-tools for generating Dom0
|
||||
initrds also suitable for DomU usage. Trigger update-initramfs.
|
||||
- By default install linux-image-virtual instead of linux-image-server
|
||||
on Ubuntu Intrepid and newer (Hopefully closes: #640099, LP #839492)
|
||||
* Add debian/gbp.conf to be able to to build xen-tools with
|
||||
git-buildpackage.
|
||||
* Clean up debian/rules:
|
||||
|
||||
@@ -33,7 +33,7 @@ if [ ${pygrub} ]; then
|
||||
# Attempt to install a xen kernel, if that fails, then install a normal one
|
||||
#
|
||||
|
||||
KERNEL_PKG="linux-image-server"
|
||||
KERNEL_PKG="linux-image-virtual"
|
||||
|
||||
logMessage Attempting to install the $KERNEL_PKG kernel image
|
||||
logMessage WARNING: This kernel may not have pvops
|
||||
|
||||
Reference in New Issue
Block a user