Transforming fstab bottom script into normal live-boot script.
[live-boot-grml.git] / scripts / boot.sh
index 02ac43a..1883950 100755 (executable)
@@ -630,6 +630,14 @@ mountroot ()
                log_end_msg
        fi
 
+       if ! [ -d "/root/usr/share/live-boot" ]
+       then
+               panic "A wrong rootfs was mounted."
+       fi
+
+       persistence_exclude
+       fstab
+
        maybe_break live-bottom
        log_begin_msg "Running /scripts/live-bottom\n"