Ignore:
Timestamp:
May 10, 2006, 10:25:52 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
9418efc
Parents:
866e654
Message:

r3360@server (orig r1549): ken | 2006-05-10 09:56:16 -0700
Make yaboot work in ppc64 final-system, and label ppc64 as working in the main index.

File:
1 edited

Legend:

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

    r866e654 rda23eb8  
    3535    <title>Installation of Yaboot</title>
    3636
    37     <para>Yaboot has a compilation error. The following patch properly fixes
    38     the issue:</para>
     37    <para os="a">Yaboot has a compilation error. The following patch properly
     38    fixes the issue:</para>
    3939
    40 <screen><userinput>patch -Np1 -i ../yaboot-&yaboot-version;-fix-1.patch</userinput></screen>
     40<screen os="b"><userinput>patch -Np1 -i ../&yaboot-fix-patch;</userinput></screen>
    4141
    42     <para>The supplied man pages have <filename class="directory">/usr/local
    43     </filename> in the text.  This sed will correct that:</para>
     42    <para os="c">The following patch removes a redundant test which prevents
     43    <command>ofpath</command> from executing against SATA disks:</para>
    4444
    45 <screen><userinput>sed -i 's%/usr/local%/usr%' man/*</userinput></screen>
     45<screen os="d"><userinput>patch -Np1 -i ../&yaboot-sata-patch;</userinput></screen>
    4646
    47     <para>Compile the Yaboot package:</para>
     47    <para os="e">The supplied man pages have <filename
     48    class="directory">/usr/local</filename> in the text. This sed will correct
     49    that:</para>
    4850
    49 <screen><userinput>make PREFIX=/usr</userinput></screen>
     51<screen os="f"><userinput>sed -i 's%/usr/local%/usr%' man/*</userinput></screen>
    5052
    51     <para>Install the package:</para>
     53    <para os="g">Compile the package:</para>
    5254
    53 <screen><userinput>make PREFIX=/usr install</userinput></screen>
     55<screen os="h"><userinput>make PREFIX=/usr</userinput></screen>
     56
     57    <para os="i">Install the package:</para>
     58
     59<screen os="j"><userinput>make PREFIX=/usr install</userinput></screen>
    5460
    5561  </sect2>
Note: See TracChangeset for help on using the changeset viewer.