mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-08-11 08:44:11 +00:00
Import patches-unapplied version 1.123 to ubuntu/maverick
Imported using git-ubuntu import. Changelog parent: e6831e43211a602457c4f7b36a1c1e90665e6890 New changelog entries: * Make sure LIVE_BOOT_SCRIPTS is always defined. * Convert to source format 3.0 (native).
This commit is contained in:
parent
e6831e4321
commit
9109e956a9
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (1.123) maverick; urgency=low
|
||||||
|
|
||||||
|
* Make sure LIVE_BOOT_SCRIPTS is always defined.
|
||||||
|
* Convert to source format 3.0 (native).
|
||||||
|
|
||||||
|
-- Colin Watson <cjwatson@ubuntu.com> Sat, 26 Jun 2010 10:28:40 +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
|
||||||
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
3.0 (native)
|
@ -180,6 +180,8 @@ 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