mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-23 00:31:33 +00:00
Import patches-unapplied version 1.126 to ubuntu/maverick
Imported using git-ubuntu import. Changelog parent: a6f4c89843e6b1bffa0e765bdc8894c3e24afbf6 New changelog entries: * Set LIVE_BOOT_SCRIPTS to "casper lupin-casper" for non-jasper builds, rather than leaving it empty.
This commit is contained in:
parent
a6f4c89843
commit
8d03e3cfd5
7
debian/changelog
vendored
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
|
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