Gentoo Archives: gentoo-user

From: Remy Blank <remy.blank_asps@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: hotplug/coldplug/init-script - net.eth0 is on when I don't want it on
Date: Tue, 19 Sep 2006 21:12:17
Message-Id: eeplui$g5c$1@sea.gmane.org
In Reply to: [gentoo-user] hotplug/coldplug/init-script - net.eth0 is on when I don't want it on by Mark Knecht
1 Mark Knecht wrote:
2 > How can I keep net.eth0 off unless I turn it on by hand? I am not
3 > loading forcedeth explicitly but it's getting loaded anyway.
4
5 Set the following variable in /etc/conf.d/rc:
6
7 RC_PLUG_SERVICES="!net.*"
8
9 This will disable hotplugging for all network interfaces. If you only
10 want to disable hotplugging for net.eth0, use the following:
11
12 RC_PLUG_SERVICES="!net.eth0"
13
14 HTH.
15 -- Remy
16
17
18 Remove underscore and suffix in reply address for a timely response.
19
20 --
21 gentoo-user@g.o mailing list

Replies