Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/ppc/yaboot-build.xml

    r396b325 rdabbced  
    2323    <title>Installation of Yaboot</title>
    2424
    25     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="../../final-system/ppc/yaboot.xml"
    27     xpointer="xpointer(//*[@os='p3'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../../final-system/ppc/yaboot.xml"
    31     xpointer="xpointer(//*[@os='p4'])"/>
    32 
    33     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../../final-system/ppc/yaboot.xml"
    35     xpointer="xpointer(//*[@os='p5'])"/>
    36 
    37     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    38     href="../../final-system/ppc/yaboot.xml"
    39     xpointer="xpointer(//*[@os='p6'])"/>
    40 
    4125    <para os="p1">The following patch allows <command>ofpath</command> to use
    4226    <literal>PATH_PREFIX</literal> like the other
     
    4933    loader. It also tries to change user and group ownership for the installed
    5034    files to <systemitem class="username">root</systemitem>, which the
    51     <systemitem class="username">clfs</systemitem> user cannot do. It will also
    52     fail due to a compile warning with the -Werror flag on.   The following
    53     command fixes these issues:</para>
     35    <systemitem class="username">clfs</systemitem> user cannot do. The following
     36    command fixes both issues:</para>
    5437
    5538<screen><userinput>cp -v Makefile{,.orig}
    5639sed -e "s/\(strip \)/${CLFS_TARGET}-\1/" \
    5740    -e 's/-o root -g root//' \
    58     -e 's/-Werror//' \
    5941    Makefile.orig &gt; Makefile</userinput></screen>
    6042
Note: See TracChangeset for help on using the changeset viewer.