[Clfs-dev] instructions repeated twice

Pierre Labastie pierre.labastie at neuf.fr
Sat Mar 8 11:37:10 PST 2014


Hi,

Both in the sysv version and the systemd version (latest GIT, have looked at
tested stable), the instructions in the note at the beginning of perl-32bit
(multilib) are repeated after the note.

Reason:
in final-system/multilib/perl.xml, there is:
    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    href="../common/perl.xml"
    xpointer="xpointer(//*[@os='a00'])"/>

    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    href="../common/perl.xml"
    xpointer="xpointer(//*[@os='a01'])"/>

and in final-system/common/perl.xml, there is:
    <note os="a00">
      <para>If you are following the boot method you will need to enable the
      loopback device as well as set a hostname for some of the tests:</para>

  <screen os="a01"><userinput remap="test">ip link set lo up
hostname clfs</userinput></screen>
    </note>

so the @os='a00' part includes the note, then the @os='a01' part includes
again the screen instruction.

The bad commit seems to be 686839b2795f.
Suggestion: remove the os="a01" in the <screen> tag above, but I do not know
the book enough to be sure.

Regards
Pierre



More information about the Clfs-dev mailing list