Changeset 1b6d43a


Ignore:
Timestamp:
03/23/2005 08:42:28 PM (19 years ago)
Author:
Jim Gifford <jim@…>
Children:
cd06990
Parents:
2b0f84d
Message:

Updated: ppc chapter 6

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4801 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/yaboot.xml

    r2b0f84d r1b6d43a  
    3131<para>Compile the Yaboot package:</para>
    3232
    33 <screen><userinput>make</userinput></screen>
     33<screen><userinput>make PREFIX=/usr</userinput></screen>
    3434
    3535<para>Install the package:</para>
    3636
    37 <screen><userinput>make install</userinput></screen>
     37<screen><userinput>make PREFIX=/usr install</userinput></screen>
     38
     39<para>Move the files need in /boot</para>
     40<screen><userinput>install ofboot.b /boot
     41install /usr/lib/yaboot/yaboot /boot
     42install yaboot.conf /boot
     43install boot.msg /boot</userinput></screen>
    3844
    3945</sect2>
     
    4551<seglistitem><seg>Unchecked</seg></seglistitem>
    4652</segmentedlist>
    47 <!--
     53
    4854<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
    4955<?dbfo list-presentation="list"?>
    5056<?dbhtml list-presentation="table"?>
    5157
     58<varlistentry id="yaboot-ofboot.b">
     59<term><command>yaboot-ofboot.b</command></term>
     60<listitem>
     61<para>Need Description</para>
     62<indexterm zone="ch-system-yaboot ofboot.b"><primary sortas="b-yaboot-ofboot.b">yaboot-ofboot.b</primary></indexterm>
     63</listitem>
     64</varlistentry>
    5265
    53 <varlistentry id="yaboot-rom-image.bin">
    54 <term><command>yaboot-rom-image.bin</command></term>
     66<varlistentry id="yaboot-yaboot">
     67<term><command>yaboot-yaboot</command></term>
    5568<listitem>
    56 <para>Is a replacement firmware for the Cobalt's standard firmware</para>
    57 <indexterm zone="ch-system-yaboot yaboot-rom-image.bin"><primary sortas="b-yaboot-rom-image.bin">yaboot-rom-image.bin</primary></indexterm>
     69<para>Need Description</para>
     70<indexterm zone="ch-system-yaboot yaboot"><primary sortas="b-yaboot-yaboot">yaboot-yaboot</primary></indexterm>
     71</listitem>
     72</varlistentry>
     73
     74<varlistentry id="yaboot-yaboot.conf">
     75<term><command>yaboot-yaboot.conf</command></term>
     76<listitem>
     77<para>Need Description</para>
     78<indexterm zone="ch-system-yaboot yaboot.conf"><primary sortas="b-yaboot-yaboot.conf">yaboot-yaboot.conf</primary></indexterm>
     79</listitem>
     80</varlistentry>
     81
     82<varlistentry id="yaboot-boot.msg">
     83<term><command>yaboot-boot.msg</command></term>
     84<listitem>
     85<para>Need Description</para>
     86<indexterm zone="ch-system-yaboot boot.msg"><primary sortas="b-yaboot-boot.msg">yaboot-boot.msg</primary></indexterm>
    5887</listitem>
    5988</varlistentry>
    6089
    6190</variablelist>
    62 -->
    6391
    6492</sect2>
    6593
    66 
    6794</sect1>
Note: See TracChangeset for help on using the changeset viewer.