Thomas, >Hello Eric and all, > >how can I backup initrd.lrp with Bering 3.01? In the backup-menue only >config and modules are offered. > You can't. But you can easely create a private initrd on a linux system by following the steps in this guide: http://leaf.sourceforge.net/doc/bucd-develop.xml.html#id2668625 (the initrd.lrp section)
>Regards Thomas > > Regards, Eric > >* Eric Spakman <[EMAIL PROTECTED]> [070225 15:10]: >> Hi Andrey, >> >> Sorry for the late reply, I was away this weekend. Glad you sorted it >> out. >> >> To answer some of your questions: >> makedevs lp c 0 0 2 creates a couple of devices (two), mknod only >> one. >> The root.dev.mk file is part of initrd.lrp, in Bering-1.x times it was >> indeed part of root.lrp. >> >> Eric >> >> > >> >Sorry about all questions about printer. I had a typo error in >> >parport_pc.o module. Sorry again and thanks for help. Printer work no >> >problems now. There is no need to edit root package. >> >Andrey >> > >> >.Dummy wrote: >> >> How is root.dev.mk created because I don't see this file in root.lrp? >> >> Andrey >> >> Eric Spakman wrote: >> >> >> >>> Andrey, >> >>> >> >>> Those devices are already created by default. >> >>> >> >>> Eric >> >>> >> >>> >From "Creating printer server on your Bering machine" >> >>> >> >>> >> >>>> " >> >>>> >> >>>> >> >>>>> Save the changed file and quit out of the Bering menu. We also need to >> >>>>> ensure there are sufficient printer and parallel interfaces for the >> >>>>> system to use. From the command line, change directory to: >> >>>>> >> >>>>> cd /var/lib/lrpkg >> >>>>> >> >>>>> >> >>>>> Edit the file root.dev.mk by issuing >> >>>>> >> >>>>> ae root.dev.mk >> >>>>> >> >>>>> >> >>>>> Check the file for the following lines: >> >>>>> >> >>>>> (...) >> >>>>> mknod lp0 c 6 0 >null 2>&1 >> >>>>> (...) >> >>>>> mknod par0 c 6 0 >null 2>&1 >> >>>>> >> >>>>> >> >>>>> In the stock Bering 1.1 distro, you are likely to find lines setting >> >>>>> up two lp nodes. Make sure you add the lines required to set up the >> >>>>> "par" nodes. >> >>>>> >> >>>>> If you need nodes for more than one printer and parallel port, add >> >>>>> more nodes, incrementing the nodes as show below: >> >>>>> >> >>>>> mknod lp1 c 6 1 >null 2>&1 >> >>>>> mknod lp2 c 6 2 >null 2>&1 >> >>>>> >> >>>>> mknod par1 c 6 1 >null 2>&1 >> >>>>> mknod par2 c 6 2 >null 2>&1 >> >>>>> >> >>>>> >> >>>>> Save and quit the root.dev.mk file. >> >>>>> >> >>>>> Set the appropriate permissions on these nodes by editing the >> >>>>> root.dev.mod file, which is in the same /var/lib/lrpkg directory. >> >>>>> >> >>>>> To this file, add the following: >> >>>>> >> >>>>> chmod 666 lp* >null 2>&1 >> >>>>> chmod 640 par* >null 2>&1 >> >>>>> >> >>>>> >> >>>>> Save and quit the root.dev.mod file. >> >>>>> >> >>>>> >> >>>>> >> >>>> " >> >>>> Andrey >> >>>> >> >>>> Eric Spakman wrote: >> >>>> ------------------------------------------------------------------------- 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-user mailing list: [email protected] https://lists.sourceforge.net/lists/listinfo/leaf-user Support Request -- http://leaf-project.org/
