Changeset 291bd8b for BOOK/final-system


Ignore:
Timestamp:
01/07/09 16:03:45 (16 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
a02430f2
Parents:
882703f
Message:

Updated Yaboot to 1.3.14

Location:
BOOK/final-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/ppc/yaboot.xml

    r882703f r291bd8b  
    2626    <title>Installation of Yaboot</title>
    2727
    28     <para os="a">Yaboot has a compilation error. The following patch properly
    29     fixes the issue:</para>
    30 
    31 <screen os="b"><userinput>patch -Np1 -i ../&yaboot-fix-patch;</userinput></screen>
    32 
    33     <para os="c">The following patch removes a redundant test which prevents
    34     <command>ofpath</command> from executing against SATA disks:</para>
    35 
    36 <screen os="d"><userinput>patch -Np1 -i ../&yaboot-sata-patch;</userinput></screen>
    37 
    38     <para os="e">The supplied man pages have <filename
     28    <para os="a">The supplied man pages have <filename
    3929    class="directory">/usr/local</filename> in the text. This sed will correct
    4030    that:</para>
    4131
    42 <screen os="f"><userinput>sed -i 's%/usr/local%/usr%' man/*</userinput></screen>
     32<screen os="b"><userinput>sed -i 's%/usr/local%/usr%' man/*</userinput></screen>
    4333
    44     <para os="g">Compile the package:</para>
     34    <para os="c">Compile the package:</para>
    4535
    46 <screen os="h"><userinput>make PREFIX=/usr</userinput></screen>
     36<screen os="d"><userinput>make PREFIX=/usr</userinput></screen>
    4737
    48     <para os="i">Install the package:</para>
     38    <para os="e">Install the package:</para>
    4939
    50 <screen os="j"><userinput>make PREFIX=/usr install</userinput></screen>
     40<screen os="f"><userinput>make PREFIX=/usr install</userinput></screen>
    5141
    5242  </sect2>
  • BOOK/final-system/ppc64/yaboot.xml

    r882703f r291bd8b  
    2121  <sect2 role="installation">
    2222    <title>Installation of Yaboot</title>
    23 
    24     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    25     href="../ppc/yaboot.xml"
    26     xpointer="xpointer(//*[@os='a'])"/>
    27 
    28     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    29     href="../ppc/yaboot.xml"
    30     xpointer="xpointer(//*[@os='b'])"/>
    31 
    32     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    33     href="../ppc/yaboot.xml"
    34     xpointer="xpointer(//*[@os='c'])"/>
    35 
    36     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    37     href="../ppc/yaboot.xml"
    38     xpointer="xpointer(//*[@os='d'])"/>
    3923
    4024    <para>Existing multilib distributions alter gcc to default to 32-bit
     
    7357    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    7458    href="../ppc/yaboot.xml"
    75     xpointer="xpointer(//*[@os='e'])"/>
     59    xpointer="xpointer(//*[@os='a'])"/>
    7660
    7761    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    7862    href="../ppc/yaboot.xml"
    79     xpointer="xpointer(//*[@os='f'])"/>
     63    xpointer="xpointer(//*[@os='b'])"/>
    8064
    8165    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    8266    href="../ppc/yaboot.xml"
    83     xpointer="xpointer(//*[@os='g'])"/>
     67    xpointer="xpointer(//*[@os='c'])"/>
    8468
    85 <screen os="h"><userinput>CFLAGS="${BUILD32}" make PREFIX=/usr</userinput></screen>
     69<screen os="d"><userinput>CFLAGS="${BUILD32}" make PREFIX=/usr</userinput></screen>
    8670
    8771    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    8872    href="../ppc/yaboot.xml"
    89     xpointer="xpointer(//*[@os='i'])"/>
     73    xpointer="xpointer(//*[@os='e'])"/>
    9074
    9175    <important os="j0">
     
    9781    </important>
    9882
    99 <screen><userinput>make PREFIX=/usr install 2&gt;&amp;1 | tee instlog</userinput></screen>
     83<screen os='f'><userinput>make PREFIX=/usr install 2&gt;&amp;1 | tee instlog</userinput></screen>
    10084
    101     <para os='k'>To ensure that the install was successful, run the following
     85    <para os='g'>To ensure that the install was successful, run the following
    10286    command:</para>
    10387
    104 <screen os='l'><userinput>grep 'powerpc:common64' instlog</userinput></screen>
     88<screen os='h'><userinput>grep 'powerpc:common64' instlog</userinput></screen>
    10589
    106     <para os='m'>If the command gave you <emphasis>any</emphasis> output
     90    <para os='i'>If the command gave you <emphasis>any</emphasis> output
    10791    (... is incompatible with powerpc:common output) the build of yaboot is
    10892    broken and you will have to correct your error(s) and repeat it.</para>
Note: See TracChangeset for help on using the changeset viewer.