jhsu
Group: Members
Posts: 175
Joined: Mar. 2007 |
|
Posted: May 26 2007,03:27 |
|
Quote (mikshaw @ May 25 2007,21:46) | Use the boot option home=hda3 This will create the directory /mnt/hda3/home/dsl if it doesn't already exist. Your home directory will still appear to be in /ramdisk/home/dsl, but that's just a symlink to /mnt/hda3/home/dsl
The home directory for root is /root, which you will need to backup if you want to keep those files persistent. Or you can create a root directory on /mnt/hda3 and symlink it to /root in the /opt/bootlocal.sh script. |
OK, you say to use the boot option "home=hda3".
But how do I implement this step? Under the frugal hard drive installation, I don't get the splash screen that allows me to enter cheat codes by pressing F2. I believe that I'm supposed to add the text "home=hda3" to a particular file, but which file is it, and in what directory is this file?
-------------- Current cheatcodes: kernel /boot/linux24 root=/dev/hda1 quiet vga=normal noacpi noapm nodma noscsi frugal home=hda3 opt=hda3 restore=hda3 root=hda3
|