mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-11 05:07:09 +00:00
Skip installation of kernel headers for all minimal images
This commit is contained in:
parent
4a4bac20f6
commit
60df0277fd
1
debian/changelog
vendored
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…
x
Reference in New Issue
Block a user