X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Fboot%2F9990-main.sh;fp=scripts%2Fboot%2F9990-main.sh;h=0924581f23e763d44287e4ff53bfb4da2763660a;hb=bb0bb603ed3011e83727f89d89c27be4d2309a5a;hp=983a1cba20b3c7c267080cee8e503a5e3e3b4a09;hpb=28ad683d417e97fb94cbc0626c0d6999026fb872;p=live-boot-grml.git diff --git a/scripts/boot/9990-main.sh b/scripts/boot/9990-main.sh index 983a1cb..0924581 100755 --- a/scripts/boot/9990-main.sh +++ b/scripts/boot/9990-main.sh @@ -32,6 +32,12 @@ Main () . /conf/param.conf fi + if [ -x /bin/mount.util-linux ] && [ -z "${KLIBC_MOUNT}" ] + then + # fuse does not work with klibc mount + ln -f /bin/mount.util-linux /bin/mount + fi + # Needed here too because some things (*cough* udev *cough*) # changes the timeout