Remove config_setkeycodes. Should be handled nowadays in the kernel anyways.
authorUlrich Dangel <mru@grml.org>
Mon, 24 Jan 2011 01:25:58 +0000 (02:25 +0100)
committerUlrich Dangel <mru@grml.org>
Mon, 24 Jan 2011 01:25:58 +0000 (02:25 +0100)
autoconfig
autoconfig.functions
grml-autoconfig

index 6ad9b46..8011f29 100644 (file)
@@ -102,7 +102,6 @@ CONFIG_PASSWD='yes'           # set password via bootparam passwd
 CONFIG_PCMCIA='no'            # check for pcmcia and start cardmgr
 CONFIG_SCRIPTS='yes'          # execute scripts from the scripts option
 CONFIG_SERVICES='yes'         # check for services to run, provided via bootparam
 CONFIG_PCMCIA='no'            # check for pcmcia and start cardmgr
 CONFIG_SCRIPTS='yes'          # execute scripts from the scripts option
 CONFIG_SERVICES='yes'         # check for services to run, provided via bootparam
-CONFIG_SETKEYCODES='yes'      # run setkeycodes when bootoption setkeycodes found
 CONFIG_SMALL='yes'            # use a less "bloat" /etc/inittab for small computer with less RAM
 CONFIG_SSH='yes'              # check for bootparam ssh
 CONFIG_SWRAID='yes'           # check for software raid devices [only in live-mode]
 CONFIG_SMALL='yes'            # use a less "bloat" /etc/inittab for small computer with less RAM
 CONFIG_SSH='yes'              # check for bootparam ssh
 CONFIG_SWRAID='yes'           # check for software raid devices [only in live-mode]
index ae3c393..0bf61e4 100755 (executable)
@@ -1553,34 +1553,6 @@ fi
 }
 # }}}
 
 }
 # }}}
 
-# {{{ keyboard add-ons
-config_setkeycodes(){
-if checkbootparam 'setkeycodes' ; then
- einfo "Setting keycodes as requested via bootparameter 'setkeycodes'."
-  # MS MM keyboard add-on
-  # fix
-  setkeycodes e001 126 &>/dev/null
-  setkeycodes e059 127 &>/dev/null
-  # fn keys
-  setkeycodes e03b 59 &>/dev/null
-  setkeycodes e008 60 &>/dev/null
-  setkeycodes e007 61 &>/dev/null
-  setkeycodes e03e 62 &>/dev/null
-  setkeycodes e03f 63 &>/dev/null
-  setkeycodes e040 64 &>/dev/null
-  setkeycodes e041 65 &>/dev/null
-  setkeycodes e042 66 &>/dev/null
-  setkeycodes e043 67 &>/dev/null
-  setkeycodes e023 68 &>/dev/null
-  setkeycodes e057 87 &>/dev/null
-  setkeycodes e058 88 &>/dev/null
-  # hp keycodes
-  setkeycodes e00a 89 e008 90 &>/dev/null
- eend 0
-fi
-}
-# }}}
-
 # {{{ wondershaper
 config_wondershaper(){
  if checkbootparam 'wondershaper' ; then
 # {{{ wondershaper
 config_wondershaper(){
  if checkbootparam 'wondershaper' ; then
index 27b40b0..d19c184 100755 (executable)
@@ -232,8 +232,6 @@ checkvalue $CONFIG_DEBNET && config_debnet
 
 checkvalue $CONFIG_CONSOLE && config_console
 
 
 checkvalue $CONFIG_CONSOLE && config_console
 
-checkvalue $CONFIG_SETKEYCODES && config_setkeycodes
-
 checkvalue $CONFIG_BLINDSOUND && config_blindsound
 
 checkvalue $CONFIG_WELCOME && config_welcome
 checkvalue $CONFIG_BLINDSOUND && config_blindsound
 
 checkvalue $CONFIG_WELCOME && config_welcome