HD Install :: frugal install backup/restore
I have installed a few apps on a frugal install. The installs are done using apt-get the it installs files in usr/bin and usr/lib.
I have added the files to the .filetools.lst and they appear in the backup file. The problem is when it tries to restore it cant as /usr is read only.
My boot line from menu.lst is:
kernel /boot/linux24 root=/dev/hda1 quiet vga=791 noacpi noapm nodma noscsi frugal mydsl=hda2 home=hda2 opt=hda2
Any help would be great
Thanks
Try adding
write
to the end of your boot line
Thanks that fixed it.
Mind telling me what it does? 
It creates a "writable" filesystem where the read-only filesystem used to be located.
So where you used to have a read-only /usr (that was a simlink pointed to /KNOPPIX/usr), you now have a writable /usr (that is a simlink pointed to /ramdisk/usr).
OOOH schweet!
Brian
AwPhuch
Next Page...
original here.