> 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
Found it, thanks! > 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). Ok, next question. I update and backup my root.lrp to floppy. When I reboot, it does not read my root.lrp from the floppy, all my settings (i.e. my .ssh directory in /root) is missing. So, what the heck am I missing? I don't have to use that root.lrp to burn a new cd in order to use the it, do I? I know I must be missing something simple. CS> Actually, if you really want to us a new root.lrp, you do have to burn it to a new CD (or boot off a floppy disk containing the new root.lrp). As an alternative, you can add root.lrp to the package list (LRP=root,...), but this is kind of klunky, and I'm not sure a system setup this way would properly backup root.lrp a second time. CS> Probably the best solution would be to add the contents you wish to backup (ie either the /root directory or the /root/.ssh directory) to a package other than root (like sshd or local) and backup that package. CS> To add files to a package for backup, simply add the file/directory specifier (shell wildcards are OK) to the /var/lib/lrpkg/<package>.list file. If you want to include the files in a partial backup, you'll need to add them to the /var/lib/lrpkg/<package>.local file as well. See the CD-ROM readme for details on the <package>.local file format, although you probably just need to add an "I" in front of the filespec you used in the <package>.list file (ie "I <filespec>") for the <package>.local file. 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
