PDF fixes in chapter08. Updated Changelog and book version.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@4938 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Manuel Canales Esparcia 2005-04-12 20:19:53 +00:00
parent 19d6aeccc7
commit 6a6a08a6cd
3 changed files with 10 additions and 3 deletions

View File

@ -82,6 +82,9 @@ first a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
<listitem><para>April 12, 2005 [manuel]: Small redaction changes.
Added tags to fix the PDF look in all chapters except chapter 06.</para></listitem>
<listitem><para>April 11, 2005 [manuel]: Mention bzip2's testsuite.
Several tags and text corrections.</para></listitem>

View File

@ -55,7 +55,9 @@ compile the keymap into the kernel, issue the command below:</para>
<para>Configure the kernel via a menu-driven interface. BLFS has some
information regarding particular kernel configuration requirements of
packages outside of LFS at <ulink
url="&blfs-root;view/svn/longindex.html#kernel-config-index"/>:</para>
url="&blfs-root;view/svn/longindex.html#kernel-config-index"><phrase
condition="pdf">&blfs-root;view/svn/
longindex.html#kernel-config-index</phrase></ulink>:</para>
<screen><userinput>make menuconfig</userinput></screen>
@ -148,6 +150,8 @@ kernel. Issue the following command to install the map file:</para>
<screen><userinput>cp System.map /boot/System.map-&linux-version;</userinput></screen>
<beginpage/>
<para>The kernel configuration file <filename>.config</filename>
produced by the <command>make menuconfig</command> step
above contains all the configuration selections for the kernel

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "TESTING-20050411">
<!ENTITY releasedate "April 11, 2005">
<!ENTITY version "TESTING-20050412">
<!ENTITY releasedate "April 12, 2005">
<!ENTITY milestone "6.1">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">