Skip to content

Commit

Permalink
Removing some more dead parameters from cmdline function.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-baumann committed Jun 13, 2012
1 parent f62800f commit 997e188
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions scripts/boot/cmdline.sh
Expand Up @@ -217,16 +217,6 @@ Cmdline ()
export NOPERSISTENCE
;;

noprompt)
NOPROMPT="true"
export NOPROMPT
;;

noprompt=*)
NOPROMPT="${_PARAMETER#noprompt=}"
export NOPROMPT
;;

quickusbmodules)
QUICKUSBMODULES="true"
export QUICKUSBMODULES
Expand All @@ -237,11 +227,6 @@ Cmdline ()
export SHOWMOUNTS
;;

silent)
SILENT="true"
export SILENT
;;

todisk=*)
TODISK="${_PARAMETER#todisk=}"
export TODISK
Expand Down

0 comments on commit 997e188

Please sign in to comment.