Quote:
Originally Posted by eval-
Here's a version of the script for GScript with some minor edits:
http://pastebin.com/b0qNfLa8
You still have to edit the "CHANGEME" lines for your settings. Also, this one will only work after reboot, but is permanent until you change your rootfs. Thanks clifftrue laying out the step-by-step instructions.
|
Thanks given. I see the 'grep -v user ...' line must remove all lines that begin with user? Also I see that you are changing the files directly without changing and copying. Changes make sense. Thank you.
The reason eval- added the 'grep -v' line was due to the fact if you ran my script more than once it would keep adding to the end of the options.smd1 file and I was not sure what the outcome would be with multiple user lines.