diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/boot/9990-cmdline-old | 5 | ||||
| -rwxr-xr-x | scripts/boot/9990-main.sh | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/scripts/boot/9990-cmdline-old b/scripts/boot/9990-cmdline-old index 94c5163..85f1b62 100755 --- a/scripts/boot/9990-cmdline-old +++ b/scripts/boot/9990-cmdline-old @@ -30,11 +30,6 @@ Cmdline_old () export DHCP ;; - klibc-mount=*) - KLIBC_MOUNT="${_PARAMETER#klibc-mount=}" - export KLIBC_MOUNT - ;; - ethdevice=*) DEVICE="${_PARAMETER#ethdevice=}" ETHDEVICE="${DEVICE}" diff --git a/scripts/boot/9990-main.sh b/scripts/boot/9990-main.sh index 0924581..c696781 100755 --- a/scripts/boot/9990-main.sh +++ b/scripts/boot/9990-main.sh @@ -32,7 +32,7 @@ Main () . /conf/param.conf fi - if [ -x /bin/mount.util-linux ] && [ -z "${KLIBC_MOUNT}" ] + if [ -n "${FUSE_MOUNT}" ] then # fuse does not work with klibc mount ln -f /bin/mount.util-linux /bin/mount |
