Modprobe filesystem modules before checking support.
authorGaudenz Steinlin <gaudenz@debian.org>
Thu, 2 Apr 2015 15:27:08 +0000 (17:27 +0200)
committerDaniel Baumann <mail@daniel-baumann.ch>
Thu, 2 Apr 2015 17:57:53 +0000 (19:57 +0200)
This bug was accidentially introduced in commit ec9bd07c which removed
unionfs-fuse support.

components/9990-overlay.sh

index 92d0355..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