Releasing debian version 3.0~a30-1.
[live-boot-grml.git] / scripts / boot / cmdline.sh
index 18a9a2c..fbfd3d6 100755 (executable)
@@ -9,12 +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"
                                ;;
 
                        live-boot.verify-checksums|verify-checksums)
                                LIVE_VERIFY_CHECKSUMS="true"
-                               export LIVE_VERIFY_CHECKSUMS
                                ;;
 
                        # Special options
@@ -25,11 +27,10 @@ Cmdline ()
 
                        # parameters below need review (FIXME)
                        skipconfig)
-                               NOFASTBOOT="true"
                                NOFSTAB="true"
                                NONETWORKING="true"
 
-                               export NOFASTBOOT NOFSTAB NONETWORKING
+                               export NOFSTAB NONETWORKING
                                ;;
 
                        BOOTIF=*)
@@ -158,11 +159,6 @@ Cmdline ()
                                export NFS_COW
                                ;;
 
-                       nofastboot)
-                               NOFASTBOOT="true"
-                               export NOFASTBOOT
-                               ;;
-
                        nofstab)
                                NOFSTAB="true"
                                export NOFSTAB
@@ -177,11 +173,6 @@ Cmdline ()
                                ramdisk_size="${ARGUMENT#ramdisk-size=}"
                                ;;
 
-                       swapon)
-                               SWAPON="true"
-                               export SWAPON
-                               ;;
-
                        persistence)
                                PERSISTENCE="true"
                                export PERSISTENCE