Joachim Beckers wrote:
Hi,

The blfs-profile mailinglist is temporarily unavailable, so I'll ask my question here: What would be the best way to convert the {textdump}'s in the blfs profile to configfiles?

I was thinking of some kind of cli-magic to put together a list of files that need to be changed (something like "xmllint --noent --xinclude BLFS.xml | grep -A 5 {textdump}", don't know wether that would do the
There's no need to process BLFS.xml, just do a
grep -R "{textdump}" * | grep -v .svn
and you'll get a list of files.

--
Thomas
LFS User : 4729 / Linux User : 298329
warpcore - Powered by: Linux 2.6.9-gentoo-r9
 22:43:00 up 2 days,  1:01,  1 user,  load average: 0.01, 0.26, 0.29
--
http://linuxfromscratch.org/mailman/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to