X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;h=a8eed747c4a7b6d81c60fc98094472265d1a448c;hp=e69ab0d08e228198abb0c201872261c855d98567;hb=bedf2f666c61164fc5688058aa9990f17883b621;hpb=9af1e4e4607e9c516ecbe874e6688f13e6d3f93b;ds=sidebyside diff --git a/autoconfig.functions b/autoconfig.functions index e69ab0d..a8eed74 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -667,18 +667,6 @@ fi } # }}} -# {{{ hardware detection via hwinfo -config_hwinfo(){ -if checkbootparam 'hwinfo' >>$DEBUG 2>&1; then - einfo "Discovering hardware via hwinfo:" - MODULES=$(su grml hwinfo | grep "Cmd: \"modprobe" | awk '{print $5}' | sed 's/"//') - echo -n " Loading modules: " - for i in `echo $MODULES` ; do echo -n $i && modprobe $i ; done - eend 0 -fi -} -# }}} - # {{{ blacklist specific module [ used in /etc/init.d/udev ] config_blacklist(){ if checkbootparam 'blacklist' ; then