[SCM] live-boot branch, debian, updated. debian/3.0_a34-1

Daniel Baumann daniel at debian.org
Wed Jun 27 12:18:55 UTC 2012


The following commit has been merged in the debian branch:
commit 6344cfe5b9a0921dbf8fd92feb52991b0ba07d7f
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Jun 26 20:24:33 2012 +0200

    Sourcing individual live-boot scripts rather than executing them.

diff --git a/backends/initramfs-tools/live.script b/backends/initramfs-tools/live.script
index ad67e24..46576fb 100755
--- a/backends/initramfs-tools/live.script
+++ b/backends/initramfs-tools/live.script
@@ -4,5 +4,5 @@
 
 if [ -e /lib/live/boot.sh ]
 then
-	/lib/live/boot.sh ${@}
+	. /lib/live/boot.sh
 fi

-- 
live-boot



More information about the debian-live-changes mailing list