Przeglądaj źródła

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
Manuel Canales Esparcia 20 lat temu
rodzic
commit
6a6a08a6cd
3 zmienionych plików z 10 dodań i 3 usunięć
  1. 3 0
      chapter01/changelog.xml
  2. 5 1
      chapter08/kernel.xml
  3. 2 2
      general.ent

+ 3 - 0
chapter01/changelog.xml

@@ -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>
 

+ 5 - 1
chapter08/kernel.xml

@@ -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

+ 2 - 2
general.ent

@@ -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/">