diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-01-04 21:23:33 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-01-04 21:47:53 +0100 |
commit | ad63444c66cae26ee32136f9073aa5fc9cf04690 (patch) | |
tree | 9c63f12ff9df1685d7b246d264c509f5fa785e30 | |
parent | ec9bd07c900e13d606445518a87e0326902d5815 (diff) | |
download | live-boot-ad63444c66cae26ee32136f9073aa5fc9cf04690.tar.gz live-boot-ad63444c66cae26ee32136f9073aa5fc9cf04690.zip |
Dropping unionfs support, long superseeded with aufs.
-rwxr-xr-x | backend/initramfs-tools/live.hook | 3 | ||||
-rwxr-xr-x | components/9990-overlay.sh | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/backend/initramfs-tools/live.hook b/backend/initramfs-tools/live.hook index 55b0207..fc3d6b4 100755 --- a/backend/initramfs-tools/live.hook +++ b/backend/initramfs-tools/live.hook @@ -105,10 +105,9 @@ manual_add_modules squashfs manual_add_modules sqlzma manual_add_modules unlzma -# Filesystem: aufs/overlay/unionfs +# Filesystem: aufs/overlay manual_add_modules aufs manual_add_modules overlay -manual_add_modules unionfs # Filesystem: vfat manual_add_modules nls_cp437 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." |