On Friday 10 April 2009, 13:15, Mike Kazantsev wrote: > > Now I don't want to start eth0 at boot anymore (only wlan0), so I > > commented out the config_eth0=( "dhcp" ) in /etc/conf.d/net, and did > > a rc-update del net.eth0 default (which correctly deleted net.eth0 > > from the default runlevel). > > That should be done by disabling hotplugging in /etc/rc.conf. > You can either disable hotplug completely, or, better yet, since you > don't need in for one device only, disable it for that device: > > rc_hotplug="!net.eth0"
As it happens, I discovered that just after clicking "send" :-) Thank you!

