On Sat, 2006-04-29 at 22:46 -0500, DJ Lucas wrote:
> The first thing I see is that you are doing an assignment (=) to instead 
> of a match (==) for the value of 'KERNEL'.  The following line looks 
> better to me:
> 
> BUS=="scsi", KERNEL=="sr0", SYMLINK="cdrom", GROUP="disk"
> 
> -- DJ Lucas
> 


Thanks!!!  This took care of it for me.  I altered the line a little,
and everything is working!

BUS=="scsi", KERNEL=="sr[0-9]*",SYMLINK+="cdrw cdrecorder dvd cdrom",
GROUP="disk"


Thanks again!
-Lup

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to