openbsd-ports/misc/xcdroast/pkg/MESSAGE
pvalchev 39ef8b05cc Changes from maintainer Jolan Luff <jolan@cryptonomicon.org>
- cast NULL to (void *) in execl call to make sure it is 64 bit
on 64 bit address systems; per new gcc warning
- Respect ${SYSCONFDIR}, ${LOCALBASE}
- fix some formatting
2002-10-13 22:39:45 +00:00

22 lines
698 B
Plaintext

Notes on Preparing X-CD-Roast for Operation
-------------------------------------------
Due to cdrecord's -scanbus option being wholly unusable under
OpenBSD, you will need to manually specify the device by using the
-f option of xcdroast.
Find your CD device:
dmesg |grep cd0
cd0 at scsibus0 targ 0 lun 0: <PLEXTOR, CD-R PX-W8432T, 1.07> <snip>
Specify the device (:bus,targ,lun is optional):
"xcdroast -f /dev/rcd0c"
To begin generating a configuration file, simply run xcdroast with
the above option as root. If you wish to learn how to configure
your system to allow for non-root cd-burning, please consult the
installed documentation at:
${PREFIX}/share/doc/xcdroast/README.nonroot