As I mentioned a few days ago, I've, err, "borrowed", yeah, that's the
word, Bering uClibc as a base for a boot floppy I need to install my LFS
installation on new boxes from a CD or file server.  So I've hacked it a
bit to simplify things I didn't need (self-maintainability, etc.), and
forgive me if I mis-remember a few file names.  I don't think my hacking
caused the problem I'm reporting.

Take a look at /var/lib/lrp/root.blk.mk.  At the bottom you're going to
link to /dev/scd0 ?  Where did you do a makedevs to create /dev/scd* ? 
And that means a few mods in root.dev.own & root.dev.mod (555 for CD?). 
But then, why scd*?  The sr_mod.o module for SCSI CDROM support mentions
"sr" on the console when disks are probed.  I added a makedevs for
sr[,1,2,3], and linked /dev/cdrom to /dev/sr, and it works.  Maybe the
module would work with scd* too, I don't know.


p.s. if there's any interest in this I can contribute my initrd.

Paul Rogers  ([EMAIL PROTECTED])
http://www.xprt.net/~pgrogers/
http://www.geocities.com/paulgrogers/
Rogers' Second Law: "Everything you do communicates."
(I do not personally endorse any additions after this line. TANSTAAFL 
:-)


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

_______________________________________________
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to