From: Daniel Baumann Date: Tue, 26 Jun 2012 18:24:33 +0000 (+0200) Subject: Sourcing individual live-boot scripts rather than executing them. X-Git-Tag: debian/3.0_a34-1~3 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=6344cfe5b9a0921dbf8fd92feb52991b0ba07d7f;p=live-boot-grml.git 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