Hi Peter, I've checked in this patch.
Thanks, Stuart On 20/03/12 14:38, Peter Barada wrote: > On 03/20/2012 03:28 AM, Stuart Hughes wrote: >> Hi Peter, >> >> The docs could do with maintenance, but as I've said before at the >> moment I have almost zero time available. > I'm not sure of the syntax of doc/LtibFaq, but here's a stab at > capturing this information: > > *** LtibFaq.~1.5.~ 2009-06-09 13:05:05.000000000 -0400 > --- LtibFaq 2012-03-20 10:31:50.000017002 -0400 > *************** > *** 1454,1459 **** > --- 1454,1469 ---- > 1. Add 'named' into the all_services_r= line (this is the reverse > of the previous line, for shutdown). > 1. Add '$named' into cfg_services and cfg_services_r. > > + ---++ How to find out which package populates a file in rootfs > + > + Once you're rootfs is fully populated with all the packages in your > build (if you're not sure execute): > + <verbatim> > + ./ltib -e > + </verbatim> > + You can find out which package installs a file (in this case > "/etc/rc.d/rc.local") in the rootfs by: > + <verbatim> > + /opt/ltib/usr/bin/rpm --root `pwd`/rootfs --dbpath /var/lib/rpm/ -qf > /etc/rc.d/rc.local > + </verbatim> > > ---+ Source code > _______________________________________________ LTIB home page: http://ltib.org Ltib mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/ltib
