diff --git a/debian/changelog b/debian/changelog index 397a1abe..047a30b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +livecd-rootfs (2.34) UNRELEASED; urgency=low + + * drop FLASH_KERNEL_SKIP from live-build config, flash-kernel suppression is + handled through a diversion already. + * add FLASH_KERNEL_SKIP explicitly to the post build ac100 update-initramfs + chroot call. + + -- Oliver Grawert Wed, 24 Aug 2011 14:13:55 +0200 + livecd-rootfs (2.33) oneiric; urgency=low * BuildLiveCD: Add the subproject (if any) and the ubuntu-defaults-image diff --git a/live-build/auto/build b/live-build/auto/build index 512ea791..061f979a 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -193,7 +193,7 @@ if [ "$SUBARCH" = "ac100" ]; then lb chroot_devpts install "$@" # re-create initrd to contain the installer.md5 file - Chroot chroot "update-initramfs -k all -t -u -v" + Chroot chroot "env FLASH_KERNEL_SKIP=1 update-initramfs -k all -t -u -v" # create boot.img Chroot chroot "abootimg --create /boot/installer-${KVERS}.img -f /boot/bootimg.cfg -r /boot/initrd.img-${KVERS} -k /boot/vmlinuz-${KVERS}" diff --git a/live-build/auto/config b/live-build/auto/config index db0509c8..53169ae0 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -190,7 +190,6 @@ esac case $ARCH in armel) KERNEL_FLAVOURS="${SUBARCH:-$KERNEL_FLAVOURS}" - FLASH_KERNEL_SKIP=1 case $SUBARCH in dove) BINARY_REMOVE_LINUX=false