diff options
| -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 |
