Moving reading of initramfs-tools functions to initramfs-tools script.
[live-boot-grml.git] / scripts / boot / 9990-main.sh
index 8dcdfe6..5732b2a 100755 (executable)
@@ -19,19 +19,19 @@ Main ()
        . /live.vars
 
        _CMDLINE="$(cat /proc/cmdline)"
-       Cmdline
        Cmdline_old
 
-       case "${LIVE_DEBUG}" in
-               true)
-                       set -x
-                       ;;
-       esac
+       Debug
 
        Read_only
 
        Select_eth_device
 
+       if [ -e /conf/param.conf ]
+       then
+               . /conf/param.conf
+       fi
+
        # Needed here too because some things (*cough* udev *cough*)
        # changes the timeout