Import patches-unapplied version 1.126 to ubuntu/maverick

Imported using git-ubuntu import.

Changelog parent: a6f4c89843

New changelog entries:
  * Set LIVE_BOOT_SCRIPTS to "casper lupin-casper" for non-jasper builds,
    rather than leaving it empty.
impish
Colin Watson 15 years ago committed by usd-importer
parent a6f4c89843
commit 8d03e3cfd5

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (1.126) maverick; 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:50:23 +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