summaryrefslogtreecommitdiff
path: root/backend
AgeCommit message (Collapse)Author
2021-07-09Debian: T3641: add libpcre to initramfs libraries for live-bootChristian Poessinger
2021-06-25Debian: T3641: extend library path bugfix to all CPU architecturesChristian Poessinger
Commit f6a28ed220fff ("Debian: T3641: fix wrong library path for x86_64") added a fix for single arch (x86_64) support, but as we also support arm64, the path searching can contain an * as globbing pattern.
2021-06-24Debian: T3641: fix wrong library path for x86_64Christian Poessinger
NOTE: This is only a workaround to get x86_64 builds running again but needs a proper solution. Bug is also present in the latest upstream version [1]. Debian now comes with multiarch/multilib support so libraries are no longer stored in /lib but rather /lib/x86_64-linux-gnu or any other architecture. [1]: https://salsa.debian.org/live-team/live-boot/-/blob/debian/1%2520210208/backend/initramfs-tools/live.hook#L47
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.
2015-01-04Fixing name of overlayfs kernel module for inclusion in the initramfs ↵Tails developers
(Closes: #773868).
2013-06-24Updating code to current coding style in a some locations.Daniel Baumann
2013-06-24Reorganizing frontend in source tree.Daniel Baumann
2013-06-24Reorganizing backend in source tree.Daniel Baumann