mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-18 14:21:45 +00:00
Set LIVE_BOOT_SCRIPTS to "casper lupin-casper" for non-jasper builds,
rather than leaving it empty.
This commit is contained in:
parent
f18e4b0a5b
commit
75e01632ca
7
debian/changelog
vendored
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
|
livecd-rootfs (1.125) maverick; urgency=low
|
||||||
|
|
||||||
* make livecd.sh not fail if e2fsck returns non-zero (which is always the
|
* 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
|
if [ "$IMAGEFORMAT" = "ext2" ] || [ "$IMAGEFORMAT" = "ext3" ]; then
|
||||||
LIVE_BOOT_SCRIPTS="jasper"
|
LIVE_BOOT_SCRIPTS="jasper"
|
||||||
else
|
else
|
||||||
LIVE_BOOT_SCRIPTS=
|
LIVE_BOOT_SCRIPTS="casper lupin-casper"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for arg in "$@"; do
|
for arg in "$@"; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user