Defaulting now to aufs if no union= parameter is given.
[live-boot-grml.git] / scripts / live
index fcaf1ec..f4a4029 100755 (executable)
@@ -456,7 +456,7 @@ Arguments ()
 
        if [ -z "${UNIONTYPE}" ]
        then
-               UNIONTYPE="unionfs"
+               UNIONTYPE="aufs"
                export UNIONTYPE
        fi
 }