diff options
| -rwxr-xr-x | backends/dracut/live.script | 2 | ||||
| -rwxr-xr-x | backends/initramfs-tools/live.script | 2 | ||||
| -rwxr-xr-x | scripts/boot/9990-main.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/backends/dracut/live.script b/backends/dracut/live.script index 2f29e70..223f355 100755 --- a/backends/dracut/live.script +++ b/backends/dracut/live.script @@ -7,5 +7,5 @@ DRACUT_FIXME () { # dracut entry point for live-boot is FIXME(); function - Main + Live } diff --git a/backends/initramfs-tools/live.script b/backends/initramfs-tools/live.script index 1c6ebbf..9646274 100755 --- a/backends/initramfs-tools/live.script +++ b/backends/initramfs-tools/live.script @@ -9,5 +9,5 @@ mountroot () { # initramfs-tools entry point for live-boot is mountroot(); function - Main + Live } diff --git a/scripts/boot/9990-main.sh b/scripts/boot/9990-main.sh index fd10e5d..682959d 100755 --- a/scripts/boot/9990-main.sh +++ b/scripts/boot/9990-main.sh @@ -2,7 +2,7 @@ # set -e -Main () +Live () { if [ -x /scripts/local-top/cryptroot ] then |
