From 6344cfe5b9a0921dbf8fd92feb52991b0ba07d7f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 26 Jun 2012 20:24:33 +0200 Subject: [PATCH] Sourcing individual live-boot scripts rather than executing them. --- backends/initramfs-tools/live.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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