mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 11:21:12 +00:00
Fixup up two more places with kvm removal.
Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>
This commit is contained in:
parent
5cd0542da5
commit
c18d3f75ad
@ -406,10 +406,9 @@ EOF
|
||||
chroot mountpoint grub-install --target=i386-pc "${loop_device}"
|
||||
fi
|
||||
|
||||
# Use the linux-kvm kernel for minimal images where available
|
||||
# linux-kvm currently only exists for amd64
|
||||
if [ "${SUBPROJECT:-}" = "minimized" ] && [ "$ARCH" = "amd64" ]; then
|
||||
replace_kernel mountpoint linux-kvm
|
||||
# Use initrdless boot for minimal images
|
||||
if [ "${SUBPROJECT:-}" = "minimized" ]; then
|
||||
force_boot_without_initramfs ${mountpoint}
|
||||
fi
|
||||
|
||||
# This call to rewrite the debian package manifest is added here to capture
|
||||
|
@ -2,7 +2,6 @@ depends root-dir
|
||||
depends tarball
|
||||
depends squashfs
|
||||
depends disk-image
|
||||
depends kvm
|
||||
depends qcow2
|
||||
depends vmdk
|
||||
depends vagrant
|
||||
|
Loading…
x
Reference in New Issue
Block a user