Author: jhuntwork
Date: 2005-05-08 12:29:35 -0600 (Sun, 08 May 2005)
New Revision: 5249
Modified:
branches/multi-arch/BOOK/chapter01/changelog.xml
branches/multi-arch/BOOK/chapter06/patch.xml
branches/multi-arch/BOOK/chapter06/sysvinit.xml
branches/multi-arch/BOOK/general.ent
Log:
Fixes for ppc arch: patch and sysvinit
Modified: branches/multi-arch/BOOK/chapter01/changelog.xml
===================================================================
--- branches/multi-arch/BOOK/chapter01/changelog.xml 2005-05-08 18:25:20 UTC
(rev 5248)
+++ branches/multi-arch/BOOK/chapter01/changelog.xml 2005-05-08 18:29:35 UTC
(rev 5249)
@@ -86,6 +86,16 @@
<listitem><para>Changelog Entries:</para>
<itemizedlist>
+<listitem><para>May 8, 2005 [jhuntwork]</para>
+<itemizedlist>
+<listitem><para>Fixed: Arch: PPC - Missing commands for sysvinit configure and
inittab file.</para></listitem>
+<listitem><para>Fixed: Arch: PPC - Corrected --prefix tag for Patch in chapter
6.</para></listitem>
+</itemizedlist>
+</listitem>
+</itemizedlist>
+
+
+<itemizedlist>
<listitem><para>May 7, 2005 [jhuntwork]</para>
<itemizedlist>
<listitem><para>Fixed: Arch: PPC - Missing commands for creating
$LFS/{proc,sys}.</para></listitem>
Modified: branches/multi-arch/BOOK/chapter06/patch.xml
===================================================================
--- branches/multi-arch/BOOK/chapter06/patch.xml 2005-05-08 18:25:20 UTC
(rev 5248)
+++ branches/multi-arch/BOOK/chapter06/patch.xml 2005-05-08 18:29:35 UTC
(rev 5249)
@@ -32,7 +32,7 @@
<screen arch="x86;alpha;raq2"><userinput>./configure
--prefix=/tools</userinput></screen>
-<screen arch="ppc"><userinput>CPPFLAGS=-D_GNU_SOURCE ./configure
--prefix=/tools</userinput></screen>
+<screen arch="ppc"><userinput>CPPFLAGS=-D_GNU_SOURCE ./configure
--prefix=/usr</userinput></screen>
<para>Compile the package:</para>
Modified: branches/multi-arch/BOOK/chapter06/sysvinit.xml
===================================================================
--- branches/multi-arch/BOOK/chapter06/sysvinit.xml 2005-05-08 18:25:20 UTC
(rev 5248)
+++ branches/multi-arch/BOOK/chapter06/sysvinit.xml 2005-05-08 18:29:35 UTC
(rev 5249)
@@ -44,7 +44,7 @@
<para>Compile the package:</para>
-<screen arch="x86"><userinput>make -C src</userinput></screen>
+<screen arch="x86;ppc;"><userinput>make -C src</userinput></screen>
<screen arch="raq2"><userinput>make -C src clobber
make -C src</userinput></screen>
@@ -86,7 +86,7 @@
su:S016:once:/sbin/sulogin</literal>
-<literal arch="x86">1:2345:respawn:/sbin/agetty -I '\033(K' tty1 9600
+<literal arch="x86;ppc;">1:2345:respawn:/sbin/agetty -I '\033(K' tty1 9600
2:2345:respawn:/sbin/agetty -I '\033(K' tty2 9600
3:2345:respawn:/sbin/agetty -I '\033(K' tty3 9600
4:2345:respawn:/sbin/agetty -I '\033(K' tty4 9600
Modified: branches/multi-arch/BOOK/general.ent
===================================================================
--- branches/multi-arch/BOOK/general.ent 2005-05-08 18:25:20 UTC (rev
5248)
+++ branches/multi-arch/BOOK/general.ent 2005-05-08 18:29:35 UTC (rev
5249)
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "7.0-multiarch-20050507">
+<!ENTITY version "7.0-multiarch-20050508">
<!ENTITY version-x86 "&version;-x86">
<!ENTITY version-alpha "&version;-alpha">
<!ENTITY version-ppc "&version;-PowerPC">
<!ENTITY version-raq2 "&version;-RaQ2">
-<!ENTITY releasedate "May 7, 2005">
+<!ENTITY releasedate "May 8, 2005">
<!ENTITY milestone "7.0">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page