|
发表于 2011-5-5 21:46:04
|
显示全部楼层
Refer to http://us.generation-nt.com/answ ... help-201755802.html
This is my config,it works ok,net.eth0 will not be auto started,here I need net.wlan0
localhost ~ # grep net.wlan /etc/conf.d/rc
# Example - RC_PLUG_SERVICES="net.wlan !net.*"
# This allows net.wlan and any service not matching net.* to be plugged.
RC_PLUG_SERVICES="net.wlan0 !net.*" |
|