From: Daniel Baumann Date: Sun, 4 Jan 2015 20:23:33 +0000 (+0100) Subject: Dropping unionfs support, long superseeded with aufs. X-Git-Tag: debian/5.0_a1-1~5 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=ad63444c66cae26ee32136f9073aa5fc9cf04690 Dropping unionfs support, long superseeded with aufs. --- 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."