On Wed, 2005-07-13 at 13:34 -0400, Christophe PEREZ wrote:
> Le Wed, 13 Jul 2005 13:05:35 -0400, Chris Gianelloni a écrit :
>
> >> > dhcpcd_eth0=( "-N" )
> >> >
> >> > to /etc/conf.d/net to keep it from overwriting ntp.conf
> >>
> >> But that's not really dynamic and is not anymore in livecd way.
> >
> > Huh?
>
> Yes, the machine hasn't necessarly its interface on eth0. It can be
> wireless on wlan0 or other, no ?
True. I figured you were doing this for a specific machine. Besides,
you could always do it like this:
for i in eth0 eth1 eth2 eth3 eth4 eth5
do
echo 'dhcpcd_$i=("-N")' >> /etc/conf.d/net
done
> So, if I "hard" config /etc/conf.d/net, it won't be very dynamic.
> I don't know if I'm very clear,.
As for the wireless configurations, well... none of those auto-start,
anyway, unless they show up as an ethX device.
--
Chris Gianelloni
Release Engineering - Strategic Lead/QA Manager
Games - Developer
Gentoo Linux
|