Import patches-unapplied version 1.123 to ubuntu/maverick

Imported using git-ubuntu import.

Changelog parent: e6831e4321

New changelog entries:
  * Make sure LIVE_BOOT_SCRIPTS is always defined.
  * Convert to source format 3.0 (native).
impish
Colin Watson 15 years ago committed by usd-importer
parent e6831e4321
commit 9109e956a9

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.sh don't set a variable to itself, especially when the variable

@ -0,0 +1 @@
3.0 (native)

@ -180,6 +180,8 @@ fi
if [ "$IMAGEFORMAT" = "ext2" ] || [ "$IMAGEFORMAT" = "ext3" ]; then
LIVE_BOOT_SCRIPTS="jasper"
else
LIVE_BOOT_SCRIPTS=
fi
for arg in "$@"; do

Loading…
Cancel
Save