Click to See Complete Forum and Search --> : Boot time stuff


VoodooGod
05-06-2001, 05:23 PM
I want to add the following line(s) to my boot so that they are executed when Linux runs?
I need to be root so if needed I guess
/su
/password
and then
/dhcdcp -h Hostname
This is so my internet turns on, how can I do this?

X_console
05-06-2001, 10:21 PM
Just add the following to your /etc/rc.d/rc.local and that's it:

dhcdcp -h Hostname