61,63c61,64 < # specified by WRITTERS, they should follow the number sequence < # WRITTER1-WRITTER999 and they should be identified following < # the Unix system's SCSI bus specification: BUS, ID, LUN --- > # specified by WRITTERS, they should follow something like > # /dev/ like /dev/scd0. use > # wodim --devices > # to get the device list. 75,88c76,89 < WRITTER1=0,0,0 < WRITTER2=0,1,0 < WRITTER3=0,2,0 < WRITTER4=0,3,0 < WRITTER5=0,4,0 < WRITTER6=0,5,0 < WRITTER7=0,6,0 < WRITTER8=1,0,0 < WRITTER9=1,1,0 < WRITTER10=1,2,0 < WRITTER11=1,3,0 < WRITTER12=1,4,0 < WRITTER13=1,5,0 < WRITTER14=1,6,0 --- > WRITTER1='/dev/scd0' > WRITTER2='/dev/scd1' > WRITTER3='/dev/scd2' > WRITTER4='/dev/scd3' > WRITTER5='/dev/scd4' > WRITTER6='/dev/scd5' > WRITTER7='/dev/scd6' > WRITTER8='/dev/scd7' > WRITTER9='/dev/scd8' > WRITTER10='/dev/scd9' > WRITTER11='/dev/scd10' > WRITTER12='/dev/scd11' > WRITTER13='/dev/scd12' > WRITTER14='/dev/scd13' 91a93 > # delete "-dummy" to make CD rocord for real (not just test).