PDA

View Full Version : how to modify ramdisk setup



javafreak
12-15-2002, 04:02 PM
I'm trying to add some servers to a custom KNOPPIX CD, and I need the config files, logs, and some of the server folders to be read/write. Can anyone tell me how to get those to load in the ramdisk instead of being symlinked into the /dev/cloop (read-only)?

Thanks in advance.

mswarbrick
03-20-2003, 10:58 PM
I hope someone has the answer, as I need to do the same thing!

jordanirl
03-25-2003, 05:43 PM
mv foo /var/tmp/foo
mv /var/tmp/foo .
vim foo

--jordan