mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-16 05:11:31 +00:00
Make sure LIVE_BOOT_SCRIPTS is always defined.
This commit is contained in:
parent
7656355683
commit
b415af1054
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (1.123) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* Make sure LIVE_BOOT_SCRIPTS is always defined.
|
||||||
|
|
||||||
|
-- Colin Watson <cjwatson@ubuntu.com> Sat, 26 Jun 2010 10:26:36 +0100
|
||||||
|
|
||||||
livecd-rootfs (1.122) maverick; urgency=low
|
livecd-rootfs (1.122) maverick; urgency=low
|
||||||
|
|
||||||
* livecd.sh don't set a variable to itself, especially when the variable
|
* livecd.sh don't set a variable to itself, especially when the variable
|
||||||
|
@ -179,7 +179,9 @@ if (( $# == 0 )) || [ "X$1" = "Xall" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$IMAGEFORMAT" = "ext2" ] || [ "$IMAGEFORMAT" = "ext3" ]; then
|
if [ "$IMAGEFORMAT" = "ext2" ] || [ "$IMAGEFORMAT" = "ext3" ]; then
|
||||||
LIVE_BOOT_SCRIPTS="jasper"
|
LIVE_BOOT_SCRIPTS="jasper"
|
||||||
|
else
|
||||||
|
LIVE_BOOT_SCRIPTS=
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for arg in "$@"; do
|
for arg in "$@"; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user