Gentoo Archives: gentoo-catalyst

From: Chris Gianelloni <wolf31o2@g.o>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] Re: Re: Re: Re: Re: livecd-stage1 pkgconfig
Date: Wed, 13 Jul 2005 18:23:05
Message-Id: 1121278961.11002.113.camel@cgianelloni.nuvox.net
In Reply to: [gentoo-catalyst] Re: Re: Re: Re: Re: livecd-stage1 pkgconfig by Christophe PEREZ
1 On Wed, 2005-07-13 at 13:34 -0400, Christophe PEREZ wrote:
2 > Le Wed, 13 Jul 2005 13:05:35 -0400, Chris Gianelloni a écrit :
3 >
4 > >> > dhcpcd_eth0=( "-N" )
5 > >> >
6 > >> > to /etc/conf.d/net to keep it from overwriting ntp.conf
7 > >>
8 > >> But that's not really dynamic and is not anymore in livecd way.
9 > >
10 > > Huh?
11 >
12 > Yes, the machine hasn't necessarly its interface on eth0. It can be
13 > wireless on wlan0 or other, no ?
14
15 True. I figured you were doing this for a specific machine. Besides,
16 you could always do it like this:
17
18 for i in eth0 eth1 eth2 eth3 eth4 eth5
19 do
20 echo 'dhcpcd_$i=("-N")' >> /etc/conf.d/net
21 done
22
23 > So, if I "hard" config /etc/conf.d/net, it won't be very dynamic.
24 > I don't know if I'm very clear,.
25
26 As for the wireless configurations, well... none of those auto-start,
27 anyway, unless they show up as an ethX device.
28
29 --
30 Chris Gianelloni
31 Release Engineering - Strategic Lead/QA Manager
32 Games - Developer
33 Gentoo Linux

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
[gentoo-catalyst] Re: Re: Re: Re: Re: Re: livecd-stage1 pkgconfig Christophe PEREZ <christophe.perez@×××××××.com>