Skip installation of kernel headers for all minimal images

core-include-dmsetup
Steve Langasek 7 years ago
parent 4a4bac20f6
commit 60df0277fd

1
debian/changelog vendored

@ -45,6 +45,7 @@ livecd-rootfs (2.408.19) UNRELEASED; urgency=medium
* debian/tests/default-bootstraps: minor adjustments to shell syntax,
syncing with artful where this originated.
* Use kvm kernel flavor for minimized cloud image, not virtual
* Skip installation of kernel headers for all minimal images
-- Balint Reczey <rbalint@ubuntu.com> Tue, 03 Oct 2017 17:35:04 +0200

@ -197,7 +197,7 @@ HWE_KERNEL_FLAVOUR="generic-hwe-16.04"
HWE_SIGNED_KERNEL_PACKAGE="linux-signed-$HWE_KERNEL_FLAVOUR"
if [ "${SUBPROJECT:-}" = minimized ]; then
OPTS="${OPTS:+$OPTS }--bootstrap-flavour=minimal"
OPTS="${OPTS:+$OPTS }--bootstrap-flavour=minimal --linux-packages=linux-image"
fi
case $PROJECT in

Loading…
Cancel
Save