Ignore:
Timestamp:
Dec 18, 2013, 1:04:00 AM (11 years ago)
Author:
Chris Staub <chris@…>
Children:
f975b3a
Parents:
1c9985f (diff), 8abef998 (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:

Updated simp branch to match main book

File:
1 moved

Legend:

Unmodified
Added
Removed
  • BOOK/boot/multilib/grub-build.xml

    r1c9985f r026bb5d  
    66]>
    77
    8 <sect1 id="ch-temp-system-ppl" role="wrap">
    9   <?dbhtml filename="ppl.html"?>
     8<sect1 id="ch-boot-grub-build" role="wrap">
     9  <?dbhtml filename="grub-build.html"?>
    1010
    11   <title>PPL-&ppl-version;</title>
     11  <title>GRUB-&grub-version;</title>
    1212
    13   <indexterm zone="ch-temp-system-ppl">
    14     <primary sortas="a-PPL">PPL</primary>
    15     <secondary>temporary system</secondary>
     13  <indexterm zone="ch-boot-grub-build">
     14    <primary sortas="a-GRUB">GRUB</primary>
     15    <secondary>boot</secondary>
    1616  </indexterm>
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    19   href="../../final-system/common/ppl.xml"
     19  href="../../final-system/x86/grub.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
    2222  <sect2 role="installation">
    23     <title>Installation of PPL</title>
     23    <title>Installation of GRUB</title>
    2424
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="../common/ppl.xml"
     26    href="../../final-system/x86/grub.xml"
     27    xpointer="xpointer(//*[@os='n1'])"/>
     28
     29    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     30    href="../../final-system/x86/grub.xml"
     31    xpointer="xpointer(//*[@os='s1'])"/>
     32
     33    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     34    href="../../final-system/x86/grub.xml"
     35    xpointer="xpointer(//*[@os='s2'])"/>
     36
     37    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     38    href="../../final-system/x86/grub.xml"
    2739    xpointer="xpointer(//*[@os='a'])"/>
    2840
    29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
     41<screen os="ab"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    3042    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    31     --enable-interfaces="c,cxx" --libdir=/tools/lib64 --enable-shared \
    32     --disable-optimization --with-libgmp-prefix=/tools \
    33     --with-libgmpxx-prefix=/tools</userinput></screen>
     43    --sysconfdir=/etc --libdir=/tools/lib64 --disable-werror</userinput></screen>
    3444
    3545    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    36     href="../common/ppl.xml"
    37     xpointer="xpointer(//*[@os='bp1'])"/>
    38 
    39     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    40     href="../common/ppl.xml"
    41     xpointer="xpointer(//*[@os='bp2'])"/>
    42 
    43     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    44     href="../common/ppl.xml"
     46    href="../../final-system/x86/grub.xml"
    4547    xpointer="xpointer(//*[@os='c'])"/>
    4648
    4749    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    48     href="../common/ppl.xml"
     50    href="../../final-system/x86/grub.xml"
    4951    xpointer="xpointer(//*[@os='d'])"/>
    50        
    51     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    52     href="../common/ppl.xml"
    53     xpointer="xpointer(//*[@os='e'])"/>
    5452
    5553    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    56     href="../common/ppl.xml"
     54    href="../../final-system/x86/grub.xml"
    5755    xpointer="xpointer(//*[@os='f'])"/>
     56
     57<screen os="ag"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    5858
    5959  </sect2>
     
    6363
    6464    <para>Details on this package are located in <xref
    65     linkend="contents-ppl" role="."/></para>
     65    linkend="contents-grub" role="."/></para>
    6666
    6767  </sect2>
Note: See TracChangeset for help on using the changeset viewer.