mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Jan. 22 2006,03:46 |
|
Some tips....some things might be obvious, but i'm just saying what i know...
When you reboot with a liveCD, you *always* have to add "dsl home=hda3 opt=hda3". If you don't it will revert back to the default directories.
Any daemon you want to run automatically will need to be told to run every time you boot. As long as you have a persistent /opt, you can add commands to /opt/bootlocal.sh and you should be good.
If you add users, you will have to back up their home directories, as well as /etc/shadow, /etc/passwd, maybe one or two files i can't think of at the moment
Using both a persistent home and opt, and backup/restore, you will probably be backing up a lot of unnecessary stuff in both directories. From my experiences, if you've got persistent directories it might be less complicated to not use backup/restore in its typical way, but instead use it to create mydsl packages of the few files outside of /home and /opt that you want to be persistent. Basically what this means is to set up a backup containing only the stuff in directories other than home and opt, and rename the backup to load it as a mydsl extension rather than a restore. For example, if you have files in /usr/something that you want to restore, rename the backup with a ".dsl" file extension so that it can be written to the system when you reboot.
I hope i made some sense...it's the weekend, and we all know what that can do to a person...
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|