Set LIVE_BOOT_SCRIPTS to "casper lupin-casper" for non-jasper builds,

rather than leaving it empty.
ubuntu/precise
Colin Watson 15 years ago
parent f18e4b0a5b
commit 75e01632ca

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (1.126) UNRELEASED; urgency=low
* Set LIVE_BOOT_SCRIPTS to "casper lupin-casper" for non-jasper builds,
rather than leaving it empty.
-- Colin Watson <cjwatson@ubuntu.com> Mon, 28 Jun 2010 16:48:25 +0100
livecd-rootfs (1.125) maverick; urgency=low
* make livecd.sh not fail if e2fsck returns non-zero (which is always the

@ -181,7 +181,7 @@ fi
if [ "$IMAGEFORMAT" = "ext2" ] || [ "$IMAGEFORMAT" = "ext3" ]; then
LIVE_BOOT_SCRIPTS="jasper"
else
LIVE_BOOT_SCRIPTS=
LIVE_BOOT_SCRIPTS="casper lupin-casper"
fi
for arg in "$@"; do

Loading…
Cancel
Save