diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-06-07 11:49:10 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:53:26 +0100 |
| commit | 11c0be9cf9aaaebfb87badf96a4b2dabcac682ba (patch) | |
| tree | d894b07e45f88c2bfdcba3ecc8026706ae5e10dc /scripts/live | |
| parent | a28bdc8e8da204f072fbf7dbd9c28ce419ce9873 (diff) | |
| download | live-boot-11c0be9cf9aaaebfb87badf96a4b2dabcac682ba.tar.gz live-boot-11c0be9cf9aaaebfb87badf96a4b2dabcac682ba.zip | |
Removing keyboard bottom script, live-config takes care about that now.
Diffstat (limited to 'scripts/live')
| -rwxr-xr-x | scripts/live | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/scripts/live b/scripts/live index 3e604f6..c525c80 100755 --- a/scripts/live +++ b/scripts/live @@ -150,31 +150,6 @@ Arguments () export STATICIP ;; - keyb=*|kbd-chooser/method=*) - KBD="${ARGUMENT#*=}" - export KBD - ;; - - klayout=*|console-setup/layoutcode=*) - KLAYOUT="${ARGUMENT#*=}" - export KLAYOUT - ;; - - kvariant=*|console-setup/variantcode=*) - KVARIANT="${ARGUMENT#*=}" - export KVARIANT - ;; - - kmodel=*|console-setup/modelcode=*) - KMODEL="${ARGUMENT#*=}" - export KMODEL - ;; - - koptions=*) - KOPTIONS="${ARGUMENT#koptions=}" - export KOPTIONS - ;; - live-getty) LIVE_GETTY="1" export LIVE_GETTY @@ -235,11 +210,6 @@ Arguments () export NOAUTOLOGIN ;; - noconsolekeyboard) - NOCONSOLEKEYBOARD="Yes" - export NOCONSOLEKEYBOARD - ;; - nofastboot) NOFASTBOOT="Yes" export NOFASTBOOT |
