1
0
mirror of synced 2026-04-17 00:00:12 +00:00

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:
Axel Beckert
2013-01-22 01:18:57 +01:00
parent 2e69bee531
commit 8c2a2878df
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@@ -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:

View File

@@ -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