X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Fboot%2F9990-cmdline-old;fp=scripts%2Fboot%2Fcmdline.sh;h=7a6ce439bd87f0adc75ee999f06c82937cd0dc9a;hb=refs%2Ftags%2Fupstream%2F3.0_a36;hp=a3781da6d9d8fdf67453ada57d5b6ec78797610c;hpb=91f7dd99ace16941e74e0b4d4889e46b39194429;p=live-boot-grml.git diff --git a/scripts/boot/cmdline.sh b/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 --- a/scripts/boot/cmdline.sh +++ b/scripts/boot/9990-cmdline-old @@ -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"