You could put it in /etc/conf.d/local.start.

For example, I have a bash script to change my settings to what I'd use at 
work. If I put "sh /path/to/my/script.sh" in local.start, it would run the 
script. I don't see why you couldn't do the same for scheme.

# change networking to work settings
ifconfig eth0 <IP address> broadcast <bcast address> netmask <netmask>
/sbin/route add -net default gw <gw> netmask 0.0.0.0 metric 1
/sbin/ifconfig -a
echo 'search comm.mot.com
nameserver <nameserver1>
nameserver <nameserver2>' > /etc/resolv.conf

When you reboot though you'll need a second script to restore your resolv.conf 
settings.


On Monday 03 March 2003 05:38 am, [EMAIL PROTECTED] wrote:
>  Hi,
>
> I want to use Gentoo on my Notebook and I want to use "SCHEME" to change
> ip-adesses etc.
> I have configuret /etc/pcmcia/network.opts and I add in
> /boot/grub/grub.conf
>
> kernel /boot/vmlinuz root=/dev/hda4 SCHEME=ac
>
> but it dosn't work.
>
> Any hints?
>
> Juergen
>
>
> --
> [EMAIL PROTECTED] mailing list

___________
Stephen


--
[EMAIL PROTECTED] mailing list

Reply via email to