X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=components%2F9990-overlay.sh;fp=components%2F9990-overlay.sh;h=e22b90567172b80767b134cfd3c1e3d85265cdf5;hb=44e7b72fa71425b02ec770b1f3429b27a5cf6c51;hp=52c045a4ce4cdaf6e9220be47ffe2ed57a0f573a;hpb=20a36dd1e76d50c02968a50212a59c34efb3e79a;p=live-boot-grml.git diff --git a/components/9990-overlay.sh b/components/9990-overlay.sh index 52c045a..e22b905 100755 --- a/components/9990-overlay.sh +++ b/components/9990-overlay.sh @@ -9,7 +9,7 @@ setup_unionfs () addimage_directory="${3}" case ${UNIONTYPE} in - aufs|unionfs|overlayfs) + aufs|unionfs|overlay) modprobe -q -b ${UNIONTYPE} if ! cut -f2 /proc/filesystems | grep -q "^${UNIONTYPE}\$" && [ -x /bin/unionfs-fuse ]