From: Daniel Baumann Date: Wed, 8 May 2013 06:39:26 +0000 (+0200) Subject: Further guarding overwriting of /bin/mount by making it dependent on the existence... X-Git-Tag: debian/4.0_a12-1~1 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=957eb9528a0ebd10e26897de3b3d6f95cd980819 Further guarding overwriting of /bin/mount by making it dependent on the existence of /bin/mount.util-linux. --- diff --git a/scripts/boot/9990-mount-http.sh b/scripts/boot/9990-mount-http.sh index 935e0ae..9c01482 100755 --- a/scripts/boot/9990-mount-http.sh +++ b/scripts/boot/9990-mount-http.sh @@ -51,7 +51,7 @@ do_httpmount () FUSE_MOUNT="httpfs" fi - if [ -n "${FUSE_MOUNT}" ] + 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