Code Sample |
Persistent home directory A persistent home directory means that your entire home directory is written somewhere permanent, rather than constantly re-created at boot. Your home directory is probably where most of your custom settings are anyway, so making this persistent will save most or all of your settings. Here's how: 1) The first step is to create your home directory. Load up DSL as you normally would. Don't use the home boot option. Execute the following. If you want your home directory somewhere other than hda5, replace hda5 with the mount point of your device. mount /mnt/hda5 mkdir -p /mnt/hda5/home cp -a /home/dsl /mnt/hda5/home 2) Reboot, and use the boot option: dsl home=hda5 Use this boot option every time you boot. |