Patch by Steven Shiau <steven@nchc.org.tw>. The only changes so far are:
[live-boot-grml.git] / components / 9990-overlay.sh
index 54b75e5..9282276 100755 (executable)
@@ -8,13 +8,13 @@ setup_unionfs ()
        rootmnt="${2}"
        addimage_directory="${3}"
 
+       modprobe -q -b ${UNIONTYPE}
+
        if ! cut -f2 /proc/filesystems | grep -q "^${UNIONTYPE}\$"
        then
                panic "${UNIONTYPE} not available."
        fi
 
-       modprobe -q -b ${UNIONTYPE}
-
        # run-init can't deal with images in a subdir, but we're going to
        # move all of these away before it runs anyway.  No, we're not,
        # put them in / since move-mounting them into / breaks mono and
@@ -299,6 +299,9 @@ setup_unionfs ()
                fi || panic "mount ${UNIONTYPE} on ${unionmountpoint} failed with option ${unionmountopts}"
        done
 
+       # Remove persistence depending on boot parameter
+       Remove_persistence
+
        # Correct the permissions of /:
        chmod 0755 "${rootmnt}"