Introduction
ISOs are a CD or DVD image, a snapshot of an entire disk.
Burning an Install CD
After downloading your image contents to your Linux box, do this:
- To make an ISO:
mkisofs -o sample.iso -J -r -L /home/user/data [ENTER]
... where "sample.iso" is the name of the iso and /home/user/data is the directory you're turning into an iso.
This HOWTO was written by Tim Renner, Terra Soft Solutions





