In LFS 6.1.1 the device /dev/cdrom is created during boot. In the current version it is no longer created. It's not a required device, but it is fairly useful as it avoids programs having to hunt around the block devices trying to work out which is the cdrom, and it's a simple change to put it back.

In the 81-cdrom.rules file change:

ACTION=="add", SUBSYSTEM=="block", ENV{ID_TYPE}=="cd", GROUP="cdrom"
to
ACTION=="add", SUBSYSTEM=="block", ENV{ID_TYPE}=="cd", GROUP="cdrom", SYMLINK="cdrom"

Cheers,

Tony.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to