|
发表于 2010-4-4 21:47:22
|
显示全部楼层
Post by zgzzx10;2080558
能详细解释一下hwdetect吗,不是很懂~能不能直接复制别人的呢
you can use the following method to disable MOD_AUTOLOAD in rc.conf. This should improve boot times, as time will not be spent discovering modules.
# hwdetect --modules
The command should output something similar to the following (of course, output depends on the system):
MODULES=(ac battery button processor thermal video cdrom ....)
Copy this output to replace the MODULES section in /etc/rc.conf and change MOD_AUTOLOAD from "yes" to "no". The system should now skip the auto-load and boot faster. |
|