summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbackends/initramfs-tools/live.script2
1 files changed, 1 insertions, 1 deletions
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