> I have a question Charles, how/where is the /dev/cdrom symlink created? I took a stock version of your 1.0.2 image and modified it to fit my needs (i.e. set a root passwd, included some other packages like psentry, setup network config for my net, stuff like that). I then did full backups of the packages to floppy. I then created an image with the updated *.lrp files from the floppy overwriting the default packages on the CD. > > When I reboot, all my settings are there, but the /dev/cdrom symlink is missing and everything is trying to load from /dev/hda. I could just reset the modules to point to /dev/hda and probably be happy, but I was wondering what went wrong, and if I can just find it and fix it, that would be easier than burning a bunch of cd's experimenting.
The /dev/cdrom symlink is created in the /linuxrc script, but the actual code to do this is in /var/lib/lrpkg/root.dev.mk This should be part of the root.lrp package, which is part of the bootable floppy disk image embedded on the CD-ROM (or on your boot floppy, if you're not booting directly from the CD). Charles Steinkuehler http://lrp.steinkuehler.net http://c0wz.steinkuehler.net (lrp.c0wz.com mirror) _______________________________________________ Leaf-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user
