From c9eab7c2de440546fca875aa14db415971ea9b78 Mon Sep 17 00:00:00 2001 From: murray Date: Thu, 28 Mar 2002 11:03:42 +0000 Subject: 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 --- usr.sbin/burncd/burncd.8 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'usr.sbin/burncd') diff --git a/usr.sbin/burncd/burncd.8 b/usr.sbin/burncd/burncd.8 index 834b9df..d0b6564 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 -- cgit v1.1