aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorMurray Stokely <murray@FreeBSD.org>2002-03-28 11:03:42 +0000
committerMurray Stokely <murray@FreeBSD.org>2002-03-28 11:03:42 +0000
commitdfd6b8b8f776af528c936a5b1c7c3007be4aa34b (patch)
treeaa118e33a072196b02a33dd76185cbcc202bcd79 /usr.sbin
parentc86f28d27bd21a49564bf795b1d3b989e394db90 (diff)
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/burncd/burncd.88
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.sbin/burncd/burncd.8 b/usr.sbin/burncd/burncd.8
index 834b9dfe7e9c..d0b6564467cc 100644
--- a/usr.sbin/burncd/burncd.8
+++ b/usr.sbin/burncd/burncd.8
@@ -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