Author: manuel Date: 2005-07-07 14:01:55 -0600 (Thu, 07 Jul 2005) New Revision: 6435
Modified: branches/6.1/BOOK/chapter01/changelog.xml branches/6.1/BOOK/chapter05/gcc-pass2.xml branches/6.1/BOOK/chapter06/glibc.xml branches/6.1/BOOK/chapter06/shadow.xml branches/6.1/BOOK/chapter08/kernel.xml Log: Fixed the remaining beginpage tags. Modified: branches/6.1/BOOK/chapter01/changelog.xml =================================================================== --- branches/6.1/BOOK/chapter01/changelog.xml 2005-07-07 19:23:46 UTC (rev 6434) +++ branches/6.1/BOOK/chapter01/changelog.xml 2005-07-07 20:01:55 UTC (rev 6435) @@ -90,7 +90,8 @@ <listitem><para>July 7th, 2005 [manuel]: Revised packages and patches sizes. Using the lfs-packages-6.1.tar package and `du -k` to -meassure it.</para></listitem> +meassure it. Fixed beginpage tags for PDF output. Removed blank pages +in PDF output for non-published versions.</para></listitem> <listitem><para>July 6th, 2005 [archaic]: Added security patch for zlib. </para></listitem> Modified: branches/6.1/BOOK/chapter05/gcc-pass2.xml =================================================================== --- branches/6.1/BOOK/chapter05/gcc-pass2.xml 2005-07-07 19:23:46 UTC (rev 6434) +++ branches/6.1/BOOK/chapter05/gcc-pass2.xml 2005-07-07 20:01:55 UTC (rev 6435) @@ -160,6 +160,8 @@ built from the exact same version of the GCC sources used earlier.</para> +<beginpage/> + <para>Compilation is now complete. As previously mentioned, running the test suites for the temporary tools compiled in this chapter is not mandatory. To run the GCC test suite anyway, use the following Modified: branches/6.1/BOOK/chapter06/glibc.xml =================================================================== --- branches/6.1/BOOK/chapter06/glibc.xml 2005-07-07 19:23:46 UTC (rev 6434) +++ branches/6.1/BOOK/chapter06/glibc.xml 2005-07-07 20:01:55 UTC (rev 6435) @@ -298,6 +298,8 @@ libthread_db.so, and libutil.[a,so]</seg></seglistitem> </segmentedlist> +<beginpage/> + <variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead> <?dbfo list-presentation="list"?> <?dbhtml list-presentation="table"?> Modified: branches/6.1/BOOK/chapter06/shadow.xml =================================================================== --- branches/6.1/BOOK/chapter06/shadow.xml 2005-07-07 19:23:46 UTC (rev 6434) +++ branches/6.1/BOOK/chapter06/shadow.xml 2005-07-07 20:01:55 UTC (rev 6435) @@ -82,6 +82,8 @@ rm /lib/libshadow.so ln -sf ../../lib/libshadow.so.0 /usr/lib/libshadow.so</userinput></screen> +<beginpage/> + <para>The <parameter>-D</parameter> option of the <command>useradd</command> program requires the <filename class="directory">/etc/default</filename> directory for it to work Modified: branches/6.1/BOOK/chapter08/kernel.xml =================================================================== --- branches/6.1/BOOK/chapter08/kernel.xml 2005-07-07 19:23:46 UTC (rev 6434) +++ branches/6.1/BOOK/chapter08/kernel.xml 2005-07-07 20:01:55 UTC (rev 6435) @@ -139,6 +139,8 @@ <screen><userinput>cp .config /boot/config-&linux-version;</userinput></screen> +<beginpage/> + <para>It is important to note that the files in the kernel source directory are not owned by <emphasis>root</emphasis>. Whenever a package is unpacked as user <emphasis>root</emphasis> (like we did -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
