Pass --linux-flavours to lb config if necessary.

This commit is contained in:
Colin Watson 2011-06-14 08:30:06 +01:00
parent 65f8b1b771
commit 5c06f0c3bd
2 changed files with 7 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.2) UNRELEASED; urgency=low
* Pass --linux-flavours to lb config if necessary.
-- Colin Watson <cjwatson@ubuntu.com> Tue, 14 Jun 2011 08:29:30 +0100
livecd-rootfs (2.1) oneiric; urgency=low
* Fix ordering of log file creation in BuildLiveCD.

View File

@ -147,6 +147,7 @@ lb config noauto \
${MIRROR:+--parent-mirror-bootstrap $MIRROR} \
${COMPONENTS:+--parent-archive-areas "$COMPONENTS"} \
--package-lists none \
${KERNEL_FLAVOURS:+--linux-flavours "$KERNEL_FLAVOURS"} \
--initsystem none \
--bootloader none \
--initramfs-compression lzma \