X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Fboot%2F9990-main.sh;fp=scripts%2Fboot%2Fmountroot.sh;h=3ad6a7260e5396167efa03769fc7f01e44b44587;hb=3b0def1c54e6cd384d1514b26fbf28b091638808;hp=2d14e4d13cffe666d3867259962385e75e1e4acc;hpb=91f7dd99ace16941e74e0b4d4889e46b39194429;p=live-boot-grml.git diff --git a/scripts/boot/mountroot.sh b/scripts/boot/9990-main.sh similarity index 99% rename from scripts/boot/mountroot.sh rename to scripts/boot/9990-main.sh index 2d14e4d..3ad6a72 100755 --- a/scripts/boot/mountroot.sh +++ b/scripts/boot/9990-main.sh @@ -2,7 +2,7 @@ # set -e -mountroot () +Main () { if [ -x /scripts/local-top/cryptroot ] then @@ -20,6 +20,7 @@ mountroot () _CMDLINE="$(cat /proc/cmdline)" Cmdline + Cmdline_old case "${LIVE_DEBUG}" in true)