Gentoo Archives: gentoo-user

From: Tony Miller <mcfiredrill@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] stop eth0 from starting at boot
Date: Thu, 11 Mar 2010 19:19:19
Message-Id: b77b56401003111118w7ef003e8l3ca5134b4a4dd3b5@mail.gmail.com
In Reply to: Re: [gentoo-user] stop eth0 from starting at boot by Neil Bothwick
1 I modified the RC_PLUG_SERVICES like this:
2
3 RC_PLUG_SERVICES="net.ra0 !net.eth0"
4
5 This appears to have worked perfectly! net.eth0 does not start at boot at
6 all. Thanks so much!
7
8 On Wed, Mar 10, 2010 at 1:18 AM, Neil Bothwick <neil@××××××××××.uk> wrote:
9
10 > On Tue, 09 Mar 2010 23:53:00 -0600, Dale wrote:
11 >
12 > > This is a common problem. I am on baselayout 1 so if you are on
13 > > baselayout 2, this may not help. In /etc/conf.d/rc file, add this line
14 > > or edit the line you already have:
15 > >
16 > > RC_PLUG_SERVICES="net.wlan !net.eth*"
17 >
18 > In baselayout-2 this is set in /etc/rc.conf. I use
19 >
20 > rc_hotplug="!net.*"
21 >
22 > to let all interfaces be handled by Wicd.
23 >
24 >
25 > --
26 > Neil Bothwick
27 >
28 > All generalizations are false, including this one.
29 >