X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Fboot%2F9990-mount-http.sh;fp=scripts%2Fboot%2F9990-mount-http.sh;h=9c014825f666877ef43dc4636f61d0a871cd8b1e;hb=fdb0d221a20e64fd5a80c4de62f28b74a1b90f12;hp=b5574049463ebe1bbae2df12ff8d227b6816c07f;hpb=e3b11d9a5aa8df89c435118c12d92f9c4201ad85;p=live-boot-grml.git diff --git a/scripts/boot/9990-mount-http.sh b/scripts/boot/9990-mount-http.sh index b557404..9c01482 100755 --- a/scripts/boot/9990-mount-http.sh +++ b/scripts/boot/9990-mount-http.sh @@ -50,6 +50,13 @@ do_httpmount () else FUSE_MOUNT="httpfs" fi + + if [ -n "${FUSE_MOUNT}" ] && [ -x /bin/mount.util-linux ] + then + # fuse does not work with klibc mount + ln -f /bin/mount.util-linux /bin/mount + fi + modprobe fuse $FUSE_MOUNT "${url}" "${dest}" ROOT_PID="$(minips h -C "$FUSE_MOUNT" | { read x y ; echo "$x" ; } )"