aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorJim Gifford <jim@linuxfromscratch.org>2005-03-23 20:42:28 +0000
committerJim Gifford <jim@linuxfromscratch.org>2005-03-23 20:42:28 +0000
commit1b6d43af2567fd1983f651397344713f4e6b68d1 (patch)
treec29e451d49a475bc095eb060852d5406512221dc /chapter06
parent2b0f84d71c7f5244de4db2cebee8eadfa280fac3 (diff)
Updated: ppc chapter 6
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4801 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/yaboot.xml45
1 files changed, 36 insertions, 9 deletions
diff --git a/chapter06/yaboot.xml b/chapter06/yaboot.xml
index ada64deb1..fb8c081bf 100644
--- a/chapter06/yaboot.xml
+++ b/chapter06/yaboot.xml
@@ -30,11 +30,17 @@ GCC, Glibc, Grep, Make, Ncurses, Sed</seg></seglistitem>
<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>
@@ -44,24 +50,45 @@ GCC, Glibc, Grep, Make, Ncurses, Sed</seg></seglistitem>
<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-yaboot">
+<term><command>yaboot-yaboot</command></term>
+<listitem>
+<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-rom-image.bin">
-<term><command>yaboot-rom-image.bin</command></term>
+<varlistentry id="yaboot-boot.msg">
+<term><command>yaboot-boot.msg</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 boot.msg"><primary sortas="b-yaboot-boot.msg">yaboot-boot.msg</primary></indexterm>
</listitem>
</varlistentry>
</variablelist>
--->
</sect2>
-
</sect1>