Juanito
Group: Members
Posts: 1601
Joined: Sep. 2005 |
|
Posted: April 05 2007,04:08 |
|
Quote (durbnpoisn @ April 04 2007,18:08) | Now the big question is, where IS the KNOPPIX file on my HD install? Remember - I'm not using ramdisk) | Aah - I guess this means you're using a traditional hd install and not frugal? If that's the case then maybe you could unpack the /KNOPPIX file and copy the myriad files inside it over your hd install - somehow I doubt this would work...
Code Sample | # mkdir /ramdisk/image # mount /path-to-file/dsl-n-01RC4.iso /ramdisk/image -t iso9660 -o loop,ro # mkdir /ramdisk/unpack # mount /ramdisk/image/KNOPPIX/KNOPPIX /ramdisk/unpack -t iso9660 -o ro,loop=/dev/cloop50 | You will see the contents of the knoppix image in /ramdisk/unpack.
Quote | Question... Why would I need to worry about the fluxbox menu? | Sometimes the files in /etc/skel are updated between DSL version and would be overwritten by your backup if they aready exist there - again, in a traditional hd install I guess this is not the case
|