Hi,
I have /etc/init.d/net.eth0.
I dont want it to be launch at boot, but I dont want to delete it either
because it eases some things when I want to bring eth0 up.

My problem is although i "del" it from the boot process with rc-update,
net.eth0 is attempted to be brought up by some other tool.

When no cable is plugged, it slows as hell the boot process.

The message is "device initiated services: net.eth0".
Then bringing up attempt comes.
who the hell is trying to bring it up?

The answer is here:
http://www.linuxquestions.org/questions/showthread.php?p=2520311

        /etc/conf.d/rc

        - RC_PLUG_SERVICES="" 
        + RC_PLUG_SERVICES="!net.*"

-- 
gentoo-user@gentoo.org mailing list

Reply via email to