Quote (durbnpoisn @ April 04 2007,00:22) |
According to the report in the Stats tab, the version I'm running is: DSL-N v0.1 Oh, lordy, that must be an oldie... |
Code Sample |
# mkdir /ramdisk/image # mount /path-to-file/dsl-n-01RC4.iso /ramdisk/image -t iso9660 -o loop,ro |
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) |
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 |
Quote |
Question... Why would I need to worry about the fluxbox menu? |