Releasing debian version 3.0~a30-1.
[live-boot-grml.git] / scripts / boot / cmdline.sh
index fb4e0cb..fbfd3d6 100755 (executable)
@@ -9,17 +9,14 @@ Cmdline ()
                case "${_PARAMETER}" in
                        live-boot.read-only|read-only)
                                LIVE_READ_ONLY="true"
-                               export LIVE_READ_ONLY
                                ;;
 
                        live-boot.swapon)
                                LIVE_SWAPON="true"
-                               export LIVE_SWAPON
                                ;;
 
                        live-boot.verify-checksums|verify-checksums)
                                LIVE_VERIFY_CHECKSUMS="true"
-                               export LIVE_VERIFY_CHECKSUMS
                                ;;
 
                        # Special options
@@ -30,11 +27,10 @@ Cmdline ()
 
                        # parameters below need review (FIXME)
                        skipconfig)
-                               NOFASTBOOT="true"
                                NOFSTAB="true"
                                NONETWORKING="true"
 
-                               export NOFASTBOOT NOFSTAB NONETWORKING
+                               export NOFSTAB NONETWORKING
                                ;;
 
                        BOOTIF=*)
@@ -163,11 +159,6 @@ Cmdline ()
                                export NFS_COW
                                ;;
 
-                       nofastboot)
-                               NOFASTBOOT="true"
-                               export NOFASTBOOT
-                               ;;
-
                        nofstab)
                                NOFSTAB="true"
                                export NOFSTAB