aboutsummaryrefslogtreecommitdiff
path: root/rc.sysinit
diff options
context:
space:
mode:
Diffstat (limited to 'rc.sysinit')
-rwxr-xr-xrc.sysinit18
1 files changed, 0 insertions, 18 deletions
diff --git a/rc.sysinit b/rc.sysinit
index 405f8dd..1ee7aad 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -87,24 +87,6 @@ if ! [ "$load_modules" = "off" ]; then
done
stat_done
fi
- if [ -d /proc/acpi ]; then
- stat_busy "Loading standard ACPI modules"
- ACPI_MODULES="ac battery button fan processor thermal"
- k="$(echo $BLACKLIST ${MOD_BLACKLIST[@]} | /bin/sed 's|-|_|g')"
- j="$(echo ${MODULES[@]} | /bin/sed 's|-|_|g')"
- #add disabled MODULES (!) to blacklist - much requested feature
- for m in ${j}; do
- [ "$m" != "${m#!}" ] && k="${k} ${m#!}"
- done
- # add disablemodules= from commandline to blacklist
- k="${k} $(echo ${disablemodules} | /bin/sed 's|-|_|g' | /bin/sed 's|,| |g')"
- for n in ${ACPI_MODULES}; do
- if ! echo ${k} | /bin/grep "\<$n\>" 2>&1 >/dev/null; then
- /sbin/modprobe $n > /dev/null 2>&1
- fi
- done
- stat_done
- fi
fi
# Wait for udev uevents