Changeset 5375902a for BOOK/final-system


Ignore:
Timestamp:
May 17, 2014, 11:54:28 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
35d0341
Parents:
2264482 (diff), d3b105f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'sysvinit' of git.cross-lfs.org:cross-lfs into sysvinit

Location:
BOOK/final-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/util-linux.xml

    r2264482 r5375902a  
    7878
    7979<screen os="h"><userinput>make install</userinput></screen>
     80
     81    <para os="i">Move the <command>logger</command> binary to
     82    <filename class="directory">/bin</filename> as it is needed by the
     83    CLFS Bootscripts package:</para>
     84
     85<screen os="j"><userinput>mv -v /usr/bin/logger /bin</userinput></screen>
    8086
    8187  </sect2>
  • BOOK/final-system/multilib/util-linux-64bit.xml

    r2264482 r5375902a  
    6565    xpointer="xpointer(//*[@os='h'])"/>
    6666
     67    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     68    href="../common/util-linux.xml"
     69    xpointer="xpointer(//*[@os='i'])"/>
     70
     71    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     72    href="../common/util-linux.xml"
     73    xpointer="xpointer(//*[@os='j'])"/>
     74
    6775  </sect2>
    6876
Note: See TracChangeset for help on using the changeset viewer.