summaryrefslogtreecommitdiffstats
path: root/src/initramfs
diff options
context:
space:
mode:
authorSebastian Schmelzer2011-05-25 19:17:49 +0200
committerSebastian Schmelzer2011-05-25 19:17:49 +0200
commitedc3564438cfe9d144109b02bd5a05f82284ceec (patch)
tree3462748cd121e0e9e62a1a0ef7f6ff1f95bee728 /src/initramfs
parentUnion/AUFS/Fuse stuff ... to be checked :) (diff)
downloadcore-edc3564438cfe9d144109b02bd5a05f82284ceec.tar.gz
core-edc3564438cfe9d144109b02bd5a05f82284ceec.tar.xz
core-edc3564438cfe9d144109b02bd5a05f82284ceec.zip
remove trailing whitespaces
Diffstat (limited to 'src/initramfs')
-rwxr-xr-xsrc/initramfs/scripts/init4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/initramfs/scripts/init b/src/initramfs/scripts/init
index e83dd1c2..f344babf 100755
--- a/src/initramfs/scripts/init
+++ b/src/initramfs/scripts/init
@@ -725,10 +725,10 @@ union_type=""
if [ ${aufs} -eq 1 ] && grep -q aufs /proc/filesystems || \
{ modprobe ${MODPRV} aufs 2>/dev/null && \
lsmod | grep -qe "^aufs" ; } ; then union_type="AUFS"
-elif [ ${unionfs} -eq 1 ] && grep -q unionfs /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"
-elif [ -n "${fuse}" ] && grep -q fuse /proc/filesystems || \
+elif [ -n "${fuse}" ] && grep -q fuse /proc/filesystems || \
{ 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