Releasing debian version 3.0~a30-1.
[live-boot-grml.git] / scripts / boot.sh
index d2a5c62..736e587 100755 (executable)
@@ -444,7 +444,14 @@ mountroot ()
 
        . /live.vars
 
-       Arguments
+       _CMDLINE="$(cat /proc/cmdline)"
+       Cmdline
+
+       case "${LIVE_DEBUG}" in
+               true)
+                       set -x
+                       ;;
+       esac
 
        case "${LIVE_READ_ONLY}" in
                true)
@@ -623,11 +630,20 @@ mountroot ()
                log_end_msg
        fi
 
-       maybe_break live-bottom
-       log_begin_msg "Running /scripts/live-bottom\n"
+       if ! [ -d "/root/usr/share/live-boot" ]
+       then
+               panic "A wrong rootfs was mounted."
+       fi
 
-       run_scripts /scripts/live-bottom
-       log_end_msg
+       persistence_exclude
+       fstab
+       Netbase
+
+       case "${LIVE_SWAPON}" in
+               true)
+                       Swapon
+                       ;;
+       esac
 
        if [ "${UNIONFS}" = unionfs-fuse ]
        then