summaryrefslogtreecommitdiffstats
path: root/src/initramfs
diff options
context:
space:
mode:
Diffstat (limited to 'src/initramfs')
-rwxr-xr-xsrc/initramfs/scripts/init4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/initramfs/scripts/init b/src/initramfs/scripts/init
index f344babf..6ecd0461 100755
--- a/src/initramfs/scripts/init
+++ b/src/initramfs/scripts/init
@@ -728,7 +728,11 @@ if [ ${aufs} -eq 1 ] && grep -q aufs /proc/filesystems || \
elif [ ${unionfs} -eq 1 ] && grep -q unionfs /proc/filesystems || \
{ modprobe ${MODPRV} unionfs 2>/dev/null && \
lsmod | grep -qe "^unionfs" ; } ; then union_type="UnionFS"
+<<<<<<< HEAD
+elif [ "x${fuse}" != "x" ] && grep -q fuse /proc/filesystems || \
+=======
elif [ -n "${fuse}" ] && grep -q fuse /proc/filesystems || \
+>>>>>>> edc3564438cfe9d144109b02bd5a05f82284ceec
{ modprobe ${MODPRV} fuse 2>/dev/null && \
lsmod | grep -qe "^fuse" ; } ; then union_type="FuSE"
elif [ ${aufs} -eq 0 -a ${unionfs} -eq 0 -a -z "${cowloop}" ] ; then