diff options
Diffstat (limited to 'backend/initramfs-tools/live.script')
| -rwxr-xr-x | backend/initramfs-tools/live.script | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/backend/initramfs-tools/live.script b/backend/initramfs-tools/live.script new file mode 100755 index 0000000..9646274 --- /dev/null +++ b/backend/initramfs-tools/live.script @@ -0,0 +1,13 @@ +#!/bin/sh + +#set -e + +. /lib/live/boot.sh + +. /scripts/functions + +mountroot () +{ + # initramfs-tools entry point for live-boot is mountroot(); function + Live +} |
