diff --git a/debian/changelog b/debian/changelog index 8e96334c..66acba59 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.2) UNRELEASED; urgency=low + + * Pass --linux-flavours to lb config if necessary. + + -- Colin Watson Tue, 14 Jun 2011 08:29:30 +0100 + livecd-rootfs (2.1) oneiric; urgency=low * Fix ordering of log file creation in BuildLiveCD. diff --git a/live-build/auto/config b/live-build/auto/config index 5c82cd0a..83a674c4 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -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 \