|
|
@ -406,10 +406,9 @@ EOF
|
|
|
|
chroot mountpoint grub-install --target=i386-pc "${loop_device}"
|
|
|
|
chroot mountpoint grub-install --target=i386-pc "${loop_device}"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
# Use the linux-kvm kernel for minimal images where available
|
|
|
|
# Use initrdless boot for minimal images
|
|
|
|
# linux-kvm currently only exists for amd64
|
|
|
|
if [ "${SUBPROJECT:-}" = "minimized" ]; then
|
|
|
|
if [ "${SUBPROJECT:-}" = "minimized" ] && [ "$ARCH" = "amd64" ]; then
|
|
|
|
force_boot_without_initramfs ${mountpoint}
|
|
|
|
replace_kernel mountpoint linux-kvm
|
|
|
|
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
# This call to rewrite the debian package manifest is added here to capture
|
|
|
|
# This call to rewrite the debian package manifest is added here to capture
|
|
|
|