summaryrefslogtreecommitdiff
path: root/components/9990-overlay.sh
AgeCommit message (Collapse)Author
2015-08-19Adjusting whitespace to tabs on components/9990-overlay.shRichard Nelson
2015-04-29Logging a warning when an expected image file is missing.Tails developers
2015-04-02Modprobe filesystem modules before checking support.Gaudenz Steinlin
This bug was accidentially introduced in commit ec9bd07c which removed unionfs-fuse support.
2015-01-04Adding command line parameter to remove persistence.Tom Jampen
2015-01-04Simplifying code a bit after removal of no longer supported overlay ↵Daniel Baumann
alternatives.
2015-01-04Dropping unionmount support, superseeded with overlay in mainline kernel.Daniel Baumann
2015-01-04Dropping unionfs support, long superseeded with aufs.Daniel Baumann
2015-01-04Dropping unionfs-fuse support:Daniel Baumann
* 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.
2015-01-04Using 'overlay' instead of 'overlayfs' everywhere, without backwards ↵Daniel Baumann
compatibility (Closes: #773881). When overlayfs got merged into kernel mainline it was renamed to overlay. We don't provide backwards compatibility since overlayfs support was experimental and only with non-debian default kernels available.
2014-03-29Do not throw warnings when /tmp/custom_mounts.list does not exist.Evgeni Golov
When no device for an overlay can be found, /tmp/custom_mounts.list won't be created and will produce warnings while booting: sort: /tmp/custom_mounts.list: No such file or directory rm: can't remove '/tmp/custom_mounts.list': No such file or directory Properly handle this case by calling rm with the -f option and calling sort only when the file exists.
2013-10-30Correcting spelling typo in overlay component breaking booting from ↵Daniel Baumann
uncompressed filesystems, thanks to John Bazik <jsb@cs.brown.edu> (Closes: #728250).
2013-06-24Reorganizing components in source tree.Daniel Baumann