Author: jhuntwork Date: 2005-05-08 12:05:04 -0600 (Sun, 08 May 2005) New Revision: 5246
Modified: branches/cross-lfs/BOOK/final-system/sysvinit.xml branches/cross-lfs/BOOK/introduction/changelog.xml Log: Fixed sysvinit instructions in final-system to include sparc and ppc archs Modified: branches/cross-lfs/BOOK/final-system/sysvinit.xml =================================================================== --- branches/cross-lfs/BOOK/final-system/sysvinit.xml 2005-05-08 17:56:23 UTC (rev 5245) +++ branches/cross-lfs/BOOK/final-system/sysvinit.xml 2005-05-08 18:05:04 UTC (rev 5246) @@ -44,7 +44,7 @@ <para>Compile the package:</para> -<screen arch="x86"><userinput>make -C src</userinput></screen> +<screen arch="x86;ppc;sparc;"><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;sparc;">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/cross-lfs/BOOK/introduction/changelog.xml =================================================================== --- branches/cross-lfs/BOOK/introduction/changelog.xml 2005-05-08 17:56:23 UTC (rev 5245) +++ branches/cross-lfs/BOOK/introduction/changelog.xml 2005-05-08 18:05:04 UTC (rev 5246) @@ -103,6 +103,7 @@ <itemizedlist> <listitem><para>Upgraded libtool to 1.5.16.</para></listitem> <listitem><para>Fixed patch configure instructions in final-system to include sparc arch.</para></listitem> +<listitem><para>Fixed sysvinit instructions in final-system to include sparc and ppc archs.</para></listitem> </itemizedlist> </listitem> </itemizedlist> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
