thylacine222
Group: Members
Posts: 3
Joined: Dec. 2005 |
|
Posted: Dec. 30 2005,15:23 |
|
If I understand you correctly, what you need to do is make a shell script. What you do to make a shell script is:
#/bin/sh (Enter in everything you do to start up your wireless network here)
And save this. Save it in a place you will remember it. And once you have saved this, run "chmod +x (Filename of shell script)
DSL should have a file called /etc/rc.local or /etc/rc.d/rc.local or /etc/init.d/rc.local.
What you have to do is put the location of the shell script you have made underneath everything in this file. Once you have done this, it should be saved onto your USB drive, unless I have messed up grossly and USB DSL is only read only.
Rc.local starts up automatically after the startup procedure, but before login. This hopefully is what you wanted. If rc.local does not exist, there are some more files I can list for you if you want.
|