diff --git a/debian/changelog b/debian/changelog index 6701c8dd..d7611508 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -livecd-rootfs (2.208.2) UNRELEASED; urgency=medium +livecd-rootfs (2.208.2~ppa3) trusty; urgency=medium [ Colin Watson ] * If EXTRA_PPAS is set in the environment (as a space-separated sequence diff --git a/live-build/auto/build b/live-build/auto/build index 9b8a6659..74b702c9 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -358,6 +358,7 @@ done NUMFLAVOURS="$(set -- $LB_LINUX_FLAVOURS; echo $#)" if [ "$NUMFLAVOURS" = 1 ] && [ "$LB_LINUX_FLAVOURS" != "none" ]; then # only one kernel flavour + FLAVOUR=${LB_LINUX_FLAVOURS%%-lts-*} if [ -e "binary/$INITFS/vmlinuz" ]; then ln "binary/$INITFS/vmlinuz" "$PREFIX.kernel" else