diff --git a/debian/changelog b/debian/changelog index 2f6881a6..e1ca053e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.30) oneiric; urgency=low + + * provide .bootimg as a link to .bootimg-$FLAVOUR similar to the + naming scheme we use for initrd and kernel files. + + -- Oliver Grawert Sat, 20 Aug 2011 10:58:30 +0200 + livecd-rootfs (2.29) oneiric; urgency=low * rename ac100 bootimage to something the build system can parse easier. diff --git a/live-build/auto/build b/live-build/auto/build index 09c8d4fa..0417c677 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -185,6 +185,7 @@ if [ "$SUBARCH" = "ac100" ]; then lb chroot_proc remove "$@" cp "chroot/boot/installer-${KVERS}.img" "$PREFIX.bootimg-$FLAVOUR" + ln -sf "$PREFIX.bootimg-$FLAVOUR" "$PREFIX.bootimg" fi # LTSP chroot building (only in 32bit and for Edubuntu (DVD))