From: Daniel Baumann Date: Fri, 26 Apr 2013 07:42:14 +0000 (+0200) Subject: Renaming main function to live for consistent namespace. X-Git-Tag: debian/4.0_a11-1~6 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=38c96516f54ed40e8d3355a639afb0d956fd0a3b;hp=cdeea6bf8b114e499c650e14549fd0affd5d5b4a;p=live-boot-grml.git Renaming main function to live for consistent namespace. --- 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