diff options
author | Daniel Baumann <daniel@debian.org> | 2012-06-26 20:24:33 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-06-26 20:24:33 +0200 |
commit | 6344cfe5b9a0921dbf8fd92feb52991b0ba07d7f (patch) | |
tree | 917e8062bb1d89b603e99a5f62c12b8a567a6032 /backends | |
parent | 4385a21d9fa2a82d06164d83c1b29b9066be79eb (diff) | |
download | live-boot-6344cfe5b9a0921dbf8fd92feb52991b0ba07d7f.tar.gz live-boot-6344cfe5b9a0921dbf8fd92feb52991b0ba07d7f.zip |
Sourcing individual live-boot scripts rather than executing them.
Diffstat (limited to 'backends')
-rwxr-xr-x | backends/initramfs-tools/live.script | 2 |
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 |