|
|
|
|
Y e l l o w D o g S o l u t i o n s
TOPIC: How to create an ISO using Linux
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
|
|
|
|
 |
| |
|
COPYRIGHT ® 1999-2008. TERRA SOFT SOLUTIONS, INC. ALL RIGHTS RESERVED. |
|
 |
|