summaryrefslogtreecommitdiff
path: root/components/9990-overlay.sh
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-01-04 21:09:04 +0100
committerDaniel Baumann <mail@daniel-baumann.ch>2015-01-04 21:47:53 +0100
commit44e7b72fa71425b02ec770b1f3429b27a5cf6c51 (patch)
treef3b246cfc5575f1dba56e679512c00cfde843a26 /components/9990-overlay.sh
parent20a36dd1e76d50c02968a50212a59c34efb3e79a (diff)
downloadlive-boot-44e7b72fa71425b02ec770b1f3429b27a5cf6c51.tar.gz
live-boot-44e7b72fa71425b02ec770b1f3429b27a5cf6c51.zip
Using 'overlay' instead of 'overlayfs' everywhere, without backwards compatibility (Closes: #773881).
When overlayfs got merged into kernel mainline it was renamed to overlay. We don't provide backwards compatibility since overlayfs support was experimental and only with non-debian default kernels available.
Diffstat (limited to 'components/9990-overlay.sh')
-rwxr-xr-xcomponents/9990-overlay.sh2
1 files changed, 1 insertions, 1 deletions
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 ]