Use klibc's mount again for fuse mounts
authorDaniel Reichelt <debian@nachtgeist.net>
Sun, 16 Jul 2017 15:15:46 +0000 (17:15 +0200)
committerRaphaël Hertzog <hertzog@debian.org>
Fri, 23 Feb 2018 17:51:58 +0000 (18:51 +0100)
commit6a5807fdd4cf67578a9715e17cbfc87c8c311955
treeac2e307a943c1aaf519a63f22775151816887b95
parent83882947b4c84876c8e0b6d97b7540813e827c8f
Use klibc's mount again for fuse mounts

When building a stretch live image which includes httpfs/buster for the
created live-image's initramfs to support live-boot's httpfs switch, the
boot process fails in a way similar to what has been reported in #823856.

Special handling for ${FUSE_MOUNT}s (httpfs, curlftps) was added to use
util-linux's mount instead of the klibc's in such cases. I tested the
use of a FUSE-based rootfs in conjunction with klibc's mount, and it
seems, nowadays the both of them work together.

So, the conditional incorporation and replacement of the mount command
is both no longer necessary, and has become harmful.

Closes: #868559
backend/initramfs-tools/live.hook
components/9990-mount-http.sh