HD Install :: HD install - How to save settings
You can add Code Sample |
ifconfig eth0 up |
to /etc/rc5.d/S99bootlocal file and it will work on reboot
Brian
AwPhuch
huhu i made this change in /etc/rc5.d/S99bootlocal
but it still doesnt work...maybe dsl 0.8.3 is really buggy
It should work, mine works perfectly...very strange
Oh another thing I realize thanks to roberts
/etc/rc5.d/S99localboot is a softlink to /opt/bootlocal.sh
Brian
AwPhuch
ok, didn't bother to read all the replies so i don't know if these have been suggested.
in xterm go "sudo scite /opt/bootlocal.sh", at the end of the file add these 2 lines:
loadkeys uk.kmap.gx
sudo ifup -a
original here.