Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
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
|
|
|
|
* 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.
|
|
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.
|
|
(Closes: #773868).
|
|
|
|
|
|
|