From: Ulrich Dangel Date: Mon, 24 Jan 2011 01:25:58 +0000 (+0100) Subject: Remove config_setkeycodes. Should be handled nowadays in the kernel anyways. X-Git-Tag: v0.9.27~2 X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=commitdiff_plain;h=ce2da0172f74cad1809ed6c69dfb357bc7d3a154 Remove config_setkeycodes. Should be handled nowadays in the kernel anyways. --- diff --git a/autoconfig b/autoconfig index 6ad9b46..8011f29 100644 --- a/autoconfig +++ b/autoconfig @@ -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_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] diff --git a/autoconfig.functions b/autoconfig.functions index ae3c393..0bf61e4 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -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 diff --git a/grml-autoconfig b/grml-autoconfig index 27b40b0..d19c184 100755 --- a/grml-autoconfig +++ b/grml-autoconfig @@ -232,8 +232,6 @@ checkvalue $CONFIG_DEBNET && config_debnet checkvalue $CONFIG_CONSOLE && config_console -checkvalue $CONFIG_SETKEYCODES && config_setkeycodes - checkvalue $CONFIG_BLINDSOUND && config_blindsound checkvalue $CONFIG_WELCOME && config_welcome