> I just created a "Dachstein-CD" using the iso image from > http://lrp.steinkuehler.net (dachstein-cd-v1.0.2.iso) and when I boot my > system I got to the login prompt and it worked fine. Then I created two > files in a floppy as mentioned in the documentation "lrpkg.cfg" and > "pkgpath.cfg". In lrpkg.cfg I have > LRP=etc,ramlog,local,modules,dhcpd,dnscache,weblet > and in pkgpath.cfg I have > PKGPATH=/dev/cdrom > But now when I boot from the cdrom with the floppy inserted the boot > process stops with this message > > LINUXRC: Installing. > LRP=etc: (nf!) > ramlog: (nf!) > local: (nf!) > modules: (nf!) > dhcpd: (nf!) > dnscache: (nf!) > weblet: (nf!)
The init scripts are not finding any packages. Try the following two modifications: 1) Remove, delete, or rename the pkgpath.cfg file on the floppy, so it is *NOT* found by the init scripts. The default package path should work fine as-is. 2) Change the lrpkg.cfg file to the following (note the LRP= is removed from the front of the line): etc,ramlog,local,modules,dhcpd,dnscache,weblet This should get you up and running. If you really want to use the pkgpath.cfg file, you'll need to use the correct format. Remove the PKGPATH= from the file contents, and it helps to specify the file (but this is not required). So, for a typical CD install of Dachstein pkgpath.cfg should contain the following (and does by default if you don't change anything): /dev/cdrom:iso9660 Charles Steinkuehler http://lrp.steinkuehler.net http://c0wz.steinkuehler.net (lrp.c0wz.com mirror) ------------------------------------------------------- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
