Quote:
Once the iso images of Knoppix or other CDs are downloaded, there is no need to burn CDs to get the files on them. The images can be mounted with command:
mount -t iso9660 -r -o loop knoppix.iso /mnt; cd /mnt; ls
Don't forget to unmount after use:
cd; umount /mnt
[/b]
|
True, however, I wanted to boot from the LiveCD anyhow to make sure that I could get my rt2500 or WG511T Madwifi wireless up 1st, prior to selecting those distros for my flash drive experiment; then, I just used them as they were handy. BTW, The iso can also be extracted using Kiso or IsoMaster and copied over. Both of those should be in one's tool kit. I use them extensively sticking modules into all the Slax derived distros.
I'll post a step-by-step later as an edit, when I'm fresh.