Mention the fact that you must burn an ISO image to your CDR (created

by mkisofs(8) or similar), if you actually intend to mount the data CD
created by burncd.

PR:		bin/35524
Approved by:	sos
MFC after:	3 days
This commit is contained in:
Murray Stokely 2002-03-28 11:03:42 +00:00
parent c86f28d27b
commit dfd6b8b8f7

View File

@ -161,6 +161,14 @@ The typical usage for burning a mixed mode CD-R:
The typical usage for burning from a compressed image file on stdin:
.Pp
.Dl "gunzip -c file.iso.gz | burncd -f /dev/acd0c data - fixate"
.Pp
In the examples above, the files burned to data CD-Rs are assumed to
be ISO9660 filesystems.
.Xr mkisofs 8 ,
available in the
.Fx
Ports Collection, is commonly used to create ISO9660 filesystem images
from a given directory tree.
.Sh BUGS
Probably, please report when found.
.Sh HISTORY