blob: c366fecbdb860cf412206096c5b61d73877fa3ae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[
{ type: install
message: <<EOM
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
EOM
}
]
|