Sourcing individual live-boot scripts rather than executing them.
authorDaniel Baumann <daniel@debian.org>
Tue, 26 Jun 2012 18:24:33 +0000 (20:24 +0200)
committerDaniel Baumann <daniel@debian.org>
Tue, 26 Jun 2012 18:24:33 +0000 (20:24 +0200)
backends/initramfs-tools/live.script

index ad67e24..46576fb 100755 (executable)
@@ -4,5 +4,5 @@
 
 if [ -e /lib/live/boot.sh ]
 then
-       /lib/live/boot.sh ${@}
+       . /lib/live/boot.sh
 fi