diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-01-04 21:16:36 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-01-04 21:47:53 +0100 |
commit | ec9bd07c900e13d606445518a87e0326902d5815 (patch) | |
tree | 6736b5528d0fb5024a2fc66557e1d7f091d81949 /backend | |
parent | 44e7b72fa71425b02ec770b1f3429b27a5cf6c51 (diff) | |
download | live-boot-ec9bd07c900e13d606445518a87e0326902d5815.tar.gz live-boot-ec9bd07c900e13d606445518a87e0326902d5815.zip |
Dropping unionfs-fuse support:
* unionfs-fuse itself has been always very buggy for us.
* unionfs-fuse code in live-boot as been experimental at best.
* the FUSE implementation is horribly slow due to the nature of
FUSE (~10min to boot a live system with unionfs-fuse compared
to <<1min with aufs).
* and last but not least, there's overlay in kernel mainline now.
Diffstat (limited to 'backend')
-rwxr-xr-x | backend/initramfs-tools/live.hook | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/backend/initramfs-tools/live.hook b/backend/initramfs-tools/live.hook index 234f334..55b0207 100755 --- a/backend/initramfs-tools/live.hook +++ b/backend/initramfs-tools/live.hook @@ -110,12 +110,6 @@ manual_add_modules aufs manual_add_modules overlay manual_add_modules unionfs -# Filesystem: unionfs-fuse -if [ -x /usr/bin/unionfs-fuse ] -then - copy_exec /usr/bin/unionfs-fuse /bin -fi - # Filesystem: vfat manual_add_modules nls_cp437 manual_add_modules nls_iso8859-1 |