X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Fboot%2F9990-main.sh;h=e67176ef44ab169c8f47ab5207c00bfa23148ef2;hb=63be2febead200d33e4a0f734df243551cc9800a;hp=682959d7d7dfa97918c19e17c9b55d5d40dc5d42;hpb=38c96516f54ed40e8d3355a639afb0d956fd0a3b;p=live-boot-grml.git diff --git a/scripts/boot/9990-main.sh b/scripts/boot/9990-main.sh index 682959d..e67176e 100755 --- a/scripts/boot/9990-main.sh +++ b/scripts/boot/9990-main.sh @@ -18,7 +18,7 @@ Live () . /live.vars - _CMDLINE="$(cat /proc/cmdline)" + LIVE_BOOT_CMDLINE="${LIVE_BOOT_CMDLINE:-$(cat /proc/cmdline)}" Cmdline_old Debug @@ -32,12 +32,6 @@ Live () . /conf/param.conf fi - if [ -n "${FUSE_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