Hi, A lot of editing has to be done on BLFS scriptlets generated by jhalfs, because there are some instructions for test and for installing docs, which use optional dependencies. Presently, there is no way to know whether an instruction in tag <screen><userinput> is a doc instruction, a test instruction, or a really needed instructions. So the jhalfs outputs them, and the user has to manually edit them (comment out, use only part of it, ...).
The idea is to flag those instructions with an attribute of the <screen> tag, but not a role attribute, because it would conflict with role="root" (some of those instructions must be run as root). So my proposition is to add remap="doc" if it is a doc instruction and remap="test" if it is a test instruction. Then jhalfs can comment out those instructions, or generate them in full if timing/sizing is requested. Would you agree with that? I would do the job of adding those tags into the present book (and to update the template), but of course, other editors would have to use them for new pages or new doc/test instructions. Pierre -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
