mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Mar. 09 2006,23:36 |
|
sorry, but i don't do support via email or private message...only here and at #damnsmalllinux
/opt/bootlocal.sh should be writeable by user dsl, I believe. Maybe you are logged in as a different user? In any case, you can edit the file as root. Quick way to do it is by typing this in a terminal:
Code Sample | sudo echo "/opt/monkey/bin/banana start" >> /opt/bootlocal.sh |
Note the ">>". That's 2, not 1. If you use just ">" it will overwrite the file instead of appending to it.
Another method for starting monkey automatically is to add the word "monkey" to your boot options. The precise method of doing this depends on which bootloader you are using.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|