Changeset cd06990


Ignore:
Timestamp:
03/23/2005 09:34:55 PM (19 years ago)
Author:
Jim Gifford <jim@…>
Children:
a36339f
Parents:
1b6d43a
Message:

More PPC updates

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter03/patches.xml

    r1b6d43a rcd06990  
    185185
    186186<varlistentry>
    187 <term>Util-linux Cramfs Patch - 2kb:</term> <listitem>
     187<term>Util-linux Cramfs Patch - 2 KB:</term> <listitem>
    188188<para><ulink url="&patches-root;util-linux/util-linux-&util-linux-version;-cramfs-1.patch"/></para>
     189</listitem>
     190</varlistentry>
     191
     192<varlistentry arch="ppc">
     193<term>Yaboot (&yaboot-version;) - 1 KB:</term>
     194<listitem>
     195<para><ulink url="&patches-root;yaboot/yaboot-&yaboot-version;-fix-1.patch"/></para>
    189196</listitem>
    190197</varlistentry>
  • chapter05/adjusting.xml

    r1b6d43a rcd06990  
    5454replacing every occurrence of <quote arch="x86">/lib/ld-linux.so.2</quote>
    5555<quote arch="ppc;raq2">/lib/ld.so.1</quote> with <quote arch="x86">/tools/lib/ld-linux.so.2</quote>
    56 <quote arch="ppc;raq2">/tools/lib/ld.so.2</quote></para>
     56<quote arch="ppc;raq2">/tools/lib/ld.so.1</quote></para>
    5757
    5858<para>Be sure to visually inspect the specs file in order to verify the
  • chapter06/yaboot.xml

    r1b6d43a rcd06990  
    2828<sect2 role="installation">
    2929<title>Installation of Yaboot</title>
     30
     31<para>Yaboot has a compilation error.  The following patch properly fixes that issue</para>
     32
     33<screen><userinput>patch -Np1 -i ../yaboot-&yaboot-version;-fix-1.patch</userinput></screen>
    3034
    3135<para>Compile the Yaboot package:</para>
  • chapter08/kernel-ppc.xml

    r1b6d43a rcd06990  
    131131being used. -->Issue the following command to install the kernel:</para>
    132132
    133 <screen><userinput>cp arch/i386/boot/bzImage /boot/lfskernel-&linux-version;</userinput></screen>
     133<screen><userinput>cp vmlinux /boot/lfskernel-&linux-version;</userinput></screen>
    134134
    135135<para><filename>System.map</filename> is a symbol file for the kernel.
Note: See TracChangeset for help on using the changeset viewer.