Author: jim Date: 2005-03-23 13:42:28 -0700 (Wed, 23 Mar 2005) New Revision: 4801
Modified: branches/multi-arch/BOOK/chapter06/yaboot.xml Log: Updated: ppc chapter 6 Modified: branches/multi-arch/BOOK/chapter06/yaboot.xml =================================================================== --- branches/multi-arch/BOOK/chapter06/yaboot.xml 2005-03-23 20:30:34 UTC (rev 4800) +++ branches/multi-arch/BOOK/chapter06/yaboot.xml 2005-03-23 20:42:28 UTC (rev 4801) @@ -30,12 +30,18 @@ <para>Compile the Yaboot package:</para> -<screen><userinput>make</userinput></screen> +<screen><userinput>make PREFIX=/usr</userinput></screen> <para>Install the package:</para> -<screen><userinput>make install</userinput></screen> +<screen><userinput>make PREFIX=/usr install</userinput></screen> +<para>Move the files need in /boot</para> +<screen><userinput>install ofboot.b /boot +install /usr/lib/yaboot/yaboot /boot +install yaboot.conf /boot +install boot.msg /boot</userinput></screen> + </sect2> <sect2 id="contents-yaboot" role="content"><title>Contents of Yaboot</title> @@ -44,24 +50,45 @@ <segtitle>Installed programs</segtitle> <seglistitem><seg>Unchecked</seg></seglistitem> </segmentedlist> -<!-- + <variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead> <?dbfo list-presentation="list"?> <?dbhtml list-presentation="table"?> +<varlistentry id="yaboot-ofboot.b"> +<term><command>yaboot-ofboot.b</command></term> +<listitem> +<para>Need Description</para> +<indexterm zone="ch-system-yaboot ofboot.b"><primary sortas="b-yaboot-ofboot.b">yaboot-ofboot.b</primary></indexterm> +</listitem> +</varlistentry> -<varlistentry id="yaboot-rom-image.bin"> -<term><command>yaboot-rom-image.bin</command></term> +<varlistentry id="yaboot-yaboot"> +<term><command>yaboot-yaboot</command></term> <listitem> -<para>Is a replacement firmware for the Cobalt's standard firmware</para> -<indexterm zone="ch-system-yaboot yaboot-rom-image.bin"><primary sortas="b-yaboot-rom-image.bin">yaboot-rom-image.bin</primary></indexterm> +<para>Need Description</para> +<indexterm zone="ch-system-yaboot yaboot"><primary sortas="b-yaboot-yaboot">yaboot-yaboot</primary></indexterm> </listitem> </varlistentry> +<varlistentry id="yaboot-yaboot.conf"> +<term><command>yaboot-yaboot.conf</command></term> +<listitem> +<para>Need Description</para> +<indexterm zone="ch-system-yaboot yaboot.conf"><primary sortas="b-yaboot-yaboot.conf">yaboot-yaboot.conf</primary></indexterm> +</listitem> +</varlistentry> + +<varlistentry id="yaboot-boot.msg"> +<term><command>yaboot-boot.msg</command></term> +<listitem> +<para>Need Description</para> +<indexterm zone="ch-system-yaboot boot.msg"><primary sortas="b-yaboot-boot.msg">yaboot-boot.msg</primary></indexterm> +</listitem> +</varlistentry> + </variablelist> ---> </sect2> - </sect1> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
