Adding upstream version 3.0~a36.
[live-boot-grml.git] / scripts / boot / 9990-cmdline-old
similarity index 94%
rename from scripts/boot/cmdline.sh
rename to scripts/boot/9990-cmdline-old
index a3781da..7a6ce43 100755 (executable)
@@ -2,30 +2,11 @@
 
 #set -e
 
-Cmdline ()
+Cmdline_old ()
 {
        for _PARAMETER in ${_CMDLINE}
        do
                case "${_PARAMETER}" in
-                       live-boot.read-only|read-only)
-                               LIVE_READ_ONLY="true"
-                               ;;
-
-                       live-boot.swapon)
-                               LIVE_SWAPON="true"
-                               ;;
-
-                       live-boot.verify-checksums|verify-checksums)
-                               LIVE_VERIFY_CHECKSUMS="true"
-                               ;;
-
-                       # Special options
-                       live-boot.debug|debug)
-                               LIVE_DEBUG="true"
-                               ;;
-
-
-                       # parameters below need review (FIXME)
                        skipconfig)
                                NOFSTAB="true"
                                NONETWORKING="true"