summaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-06-26 20:24:33 +0200
committerDaniel Baumann <daniel@debian.org>2012-06-26 20:24:33 +0200
commit6344cfe5b9a0921dbf8fd92feb52991b0ba07d7f (patch)
tree917e8062bb1d89b603e99a5f62c12b8a567a6032 /backends
parent4385a21d9fa2a82d06164d83c1b29b9066be79eb (diff)
downloadlive-boot-6344cfe5b9a0921dbf8fd92feb52991b0ba07d7f.tar.gz
live-boot-6344cfe5b9a0921dbf8fd92feb52991b0ba07d7f.zip
Sourcing individual live-boot scripts rather than executing them.
Diffstat (limited to 'backends')
-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