Author: jim Date: 2005-03-23 14:34:55 -0700 (Wed, 23 Mar 2005) New Revision: 4802
Modified: branches/multi-arch/BOOK/chapter03/patches.xml branches/multi-arch/BOOK/chapter05/adjusting.xml branches/multi-arch/BOOK/chapter06/yaboot.xml branches/multi-arch/BOOK/chapter08/kernel-ppc.xml Log: More PPC updates Modified: branches/multi-arch/BOOK/chapter03/patches.xml =================================================================== --- branches/multi-arch/BOOK/chapter03/patches.xml 2005-03-23 20:42:28 UTC (rev 4801) +++ branches/multi-arch/BOOK/chapter03/patches.xml 2005-03-23 21:34:55 UTC (rev 4802) @@ -184,11 +184,18 @@ </varlistentry> <varlistentry> -<term>Util-linux Cramfs Patch - 2kb:</term> <listitem> +<term>Util-linux Cramfs Patch - 2 KB:</term> <listitem> <para><ulink url="&patches-root;util-linux/util-linux-&util-linux-version;-cramfs-1.patch"/></para> </listitem> </varlistentry> +<varlistentry arch="ppc"> +<term>Yaboot (&yaboot-version;) - 1 KB:</term> +<listitem> +<para><ulink url="&patches-root;yaboot/yaboot-&yaboot-version;-fix-1.patch"/></para> +</listitem> +</varlistentry> + </variablelist> <para>In addition to the above required patches, there exist a number of Modified: branches/multi-arch/BOOK/chapter05/adjusting.xml =================================================================== --- branches/multi-arch/BOOK/chapter05/adjusting.xml 2005-03-23 20:42:28 UTC (rev 4801) +++ branches/multi-arch/BOOK/chapter05/adjusting.xml 2005-03-23 21:34:55 UTC (rev 4802) @@ -53,7 +53,7 @@ Alternatively, the specs file can be edited by hand. This is done by replacing every occurrence of <quote arch="x86">/lib/ld-linux.so.2</quote> <quote arch="ppc;raq2">/lib/ld.so.1</quote> with <quote arch="x86">/tools/lib/ld-linux.so.2</quote> -<quote arch="ppc;raq2">/tools/lib/ld.so.2</quote></para> +<quote arch="ppc;raq2">/tools/lib/ld.so.1</quote></para> <para>Be sure to visually inspect the specs file in order to verify the intended changes have been made.</para> Modified: branches/multi-arch/BOOK/chapter06/yaboot.xml =================================================================== --- branches/multi-arch/BOOK/chapter06/yaboot.xml 2005-03-23 20:42:28 UTC (rev 4801) +++ branches/multi-arch/BOOK/chapter06/yaboot.xml 2005-03-23 21:34:55 UTC (rev 4802) @@ -28,6 +28,10 @@ <sect2 role="installation"> <title>Installation of Yaboot</title> +<para>Yaboot has a compilation error. The following patch properly fixes that issue</para> + +<screen><userinput>patch -Np1 -i ../yaboot-&yaboot-version;-fix-1.patch</userinput></screen> + <para>Compile the Yaboot package:</para> <screen><userinput>make PREFIX=/usr</userinput></screen> Modified: branches/multi-arch/BOOK/chapter08/kernel-ppc.xml =================================================================== --- branches/multi-arch/BOOK/chapter08/kernel-ppc.xml 2005-03-23 20:42:28 UTC (rev 4801) +++ branches/multi-arch/BOOK/chapter08/kernel-ppc.xml 2005-03-23 21:34:55 UTC (rev 4802) @@ -130,7 +130,7 @@ <para><!--The path to the kernel image may vary depending on the platform being used. -->Issue the following command to install the kernel:</para> -<screen><userinput>cp arch/i386/boot/bzImage /boot/lfskernel-&linux-version;</userinput></screen> +<screen><userinput>cp vmlinux /boot/lfskernel-&linux-version;</userinput></screen> <para><filename>System.map</filename> is a symbol file for the kernel. It maps the function entry points of every function in the kernel API, -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
