[SCM] live-boot branch, debian-next, updated. debian/3.0_a33-1-7-g6344cfe

Daniel Baumann daniel at debian.org
Tue Jun 26 18:24:28 UTC 2012


The following commit has been merged in the debian-next 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