diff options
Diffstat (limited to 'devel/libburn/pkg-message')
-rw-r--r-- | devel/libburn/pkg-message | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/libburn/pkg-message b/devel/libburn/pkg-message new file mode 100644 index 000000000000..275802aca133 --- /dev/null +++ b/devel/libburn/pkg-message @@ -0,0 +1,17 @@ +You will need to enable CAM support in the kernel. Your kernel +configuation should include: + for SCSI CD/DVD devices: + device scbus + device cd + device pass + for ATA CD/DVD devices you will need the above, plus: + device atapicam + +You will also want to make the CD devices world read- and writable. +In /etc/devfs.rules, add the following: + [system=10] + add path 'acd*' mode 0666 + add path 'cd*' mode 0666 + add path 'pass*' mode 0666 + add path 'xpt*' mode 0666 + |