mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: April 15 2008,12:10 |
|
If you really don't want to remaster again, you could add the contents of that file to the end of /opt/bootlocal.sh (and make sure it gets backed up) and see if that works. I assume bootlocal is the last boot file to be run by root, but I'm not positive.
Quote (curaga @ April 15 2008,05:47) | You could just copy all hidden files from another install, for example boot DSL livecd and do a search: |
As far as I know, all other dot files should have been copied. When you do cp -r on a directory it copies everything in that directory. If you do cp .file directly, that file is copied.
BUT if you try to copy the hidden file in a glob ("copy *", for instance), it doesn't get seen.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|