diff options
Diffstat (limited to 'backends/initramfs-tools/live.script')
| -rwxr-xr-x | backends/initramfs-tools/live.script | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/backends/initramfs-tools/live.script b/backends/initramfs-tools/live.script new file mode 100755 index 0000000..ad67e24 --- /dev/null +++ b/backends/initramfs-tools/live.script @@ -0,0 +1,8 @@ +#!/bin/sh + +#set -e + +if [ -e /lib/live/boot.sh ] +then + /lib/live/boot.sh ${@} +fi |
