When I installed Mnadrake my two CD-ROMs got /dev/cdrom and /dev/cdrom2
names. But with devfs enabled cdroms are named /dev/cdrom/cdrom{0,1,...}
and links are setup /dev/cdrom? -> /dev/cdroms/cdrom? (with /dev/cdrom
being a link to cdrom0).
It means, that name of second CD-ROM changes all of a sudden. I guess we
should make installer (and whatever tools are used to assign CD-ROM
names) consistent with possible devfs. I do not care if it is
/dev/cdrom2 or /dev/cdrom1- both are good to me.
Or rc.sysinit could setup links /dev/cdrom{N+1} -> /dev/cdroms/cdromN.
Thus getting /dev/cdrom2 for second CD-ROM.
-andrej