summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-01-04 21:23:33 +0100
committerDaniel Baumann <mail@daniel-baumann.ch>2015-01-04 21:47:53 +0100
commitad63444c66cae26ee32136f9073aa5fc9cf04690 (patch)
tree9c63f12ff9df1685d7b246d264c509f5fa785e30 /components
parentec9bd07c900e13d606445518a87e0326902d5815 (diff)
downloadlive-boot-ad63444c66cae26ee32136f9073aa5fc9cf04690.tar.gz
live-boot-ad63444c66cae26ee32136f9073aa5fc9cf04690.zip
Dropping unionfs support, long superseeded with aufs.
Diffstat (limited to 'components')
-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 9d26934..d293ead 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|overlay)
+ aufs|overlay)
if ! cut -f2 /proc/filesystems | grep -q "^${UNIONTYPE}\$"
then
panic "${UNIONTYPE} not available."