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 /debian/live-boot.bug-script | |
| 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 'debian/live-boot.bug-script')
| -rw-r--r-- | debian/live-boot.bug-script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/live-boot.bug-script b/debian/live-boot.bug-script index e3f6d36..063ead8 100644 --- a/debian/live-boot.bug-script +++ b/debian/live-boot.bug-script @@ -7,7 +7,7 @@ dpkg -l busybox busybox-initramfs initramfs-tools udev dpkg -l rsync uuid-runtime # Checking suggests -dpkg -l curlftpfs cryptsetup httpfs2 unionfs-fuse wget +dpkg -l curlftpfs cryptsetup httpfs2 wget # Checking other packages dpkg -l plymouth |
