Tiny Core Linux

Tiny Core Base => TCB Bugs => Topic started by: softwaregurl on December 02, 2008, 11:33:13 PM

Title: add to bootlocal tool
Post by: softwaregurl on December 02, 2008, 11:33:13 PM
Tools | Add to bootlocal gives me a file browser saying
Select file to be added to bootlocal
instead of allowing me to type a command to add.
Title: Re: add to bootlocal tool
Post by: roberts on December 03, 2008, 12:08:54 AM
We don't have a built in editor in TC except for vi.
So, the design was to use your favorite editor extension and create a small script.
This way you can also thoroughly test said script.
Then call the add2bootlocal.sh script to add your script to run.
Also this is a holdover from my work at DSL, where many GUI created scripts.
Then the GUI add2xxxxx could be used to add a call to the newly created script.
Title: Re: add to bootlocal tool
Post by: softwaregurl on December 03, 2008, 01:25:04 AM
Thanks roberts. This is the page that got me going on VI. Hope it help others
http://www.tldp.org/linuxfocus/English/May2000/article153.shtml (http://www.tldp.org/linuxfocus/English/May2000/article153.shtml)