Quote (tedmoore99 @ June 18 2006,12:34) |
Kerry: Using the cheat codes modifies the way your data is stored after you shutdown. For example: mydsl=hda4, home=hda4, etc tells the bootloader that you want those directories stored on hda4. However the toram cheatcode tells the system to copy the entire system into ram at boot time. There is the script "bootlocal.sh" which allows you to have some commands/scripts run at boot time which modifies this. Entering the command: "mount /dev/hda3 /usr" in bootlocal.sh tells the system to mount the hd as a filesystem at the mount point during boot time. Enjoy --Ted |
Quote (tedmoore99 @ June 18 2006,20:42) |
I can only address what I have done and see if it fits for you. I installed dsl in what is called a "frugal" install. This writes the boot image to a small partition (200MB). Then when I boot I have the following line in the grub boot file "menu.lst": "dsl toram mydsl=hda4 home=hda4 opt=hda4" This installs the dsl program to ram, mounts the /home/dsl directory to /mnt/hda4/home/dsl, mounts the /opt directory to /mnt/hda4/opt. I assume you could do whatever you needed to do this way. dsl has a backup/restore program which can be set up to copy whatever files you want to be backed up. The "/home/dsl/.filetool.lst" file controls what files get backed up. Since I mount the whole /home directory from another drive, my .filetool.lst file is empty. Enjoy --Ted |
Quote |
"dsl toram mydsl=hda4 home=hda4 opt=hda4" |
Quote (pr0f3550r @ June 19 2006,14:05) |
Why have you posted on the embedded forum. It's confusing, I might think you want to use within Windows |