Jelajahi Sumber

Removed instruction to delete /bin/pwd symlink from kernel-headers install in chapter 6

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2728 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 22 tahun lalu
induk
melakukan
c058597b33
3 mengubah file dengan 6 tambahan dan 5 penghapusan
  1. 4 0
      chapter01/changelog.xml
  2. 0 3
      chapter06/kernel-inst.xml
  3. 2 2
      index.xml

+ 4 - 0
chapter01/changelog.xml

@@ -82,6 +82,10 @@
 </itemizedlist>
 </para></listitem>
 
+<listitem><para>September 3rd, 2003 [matt]: Removed "rm /bin/pwd" instruction
+from chapter06 kernel-headers installation as the link is still required by
+glibc's installation.</para></listitem>
+
 <listitem><para>September 2nd, 2003 [alex]: Adjusted all the SBUs from the
 values posted by Jeremy -- if he didn't beat me to it.</para></listitem>
 

+ 0 - 3
chapter06/kernel-inst.xml

@@ -57,8 +57,5 @@ failures. Create an empty <filename>autoconf.h</filename> file:</para>
 
 <para><screen><userinput>touch /usr/include/linux/autoconf.h</userinput></screen></para>
 
-<para>Since the <filename>/bin/pwd</filename> symlink we created earlier
-was only temporary, it can now be removed:</para>
-
 </sect2>
 

+ 2 - 2
index.xml

@@ -3,8 +3,8 @@
 				"/usr/share/docbook/docbookx.dtd" [
 
 
-<!ENTITY version "20030831">
-<!ENTITY releasedate "August 31th, 2003">
+<!ENTITY version "20030903">
+<!ENTITY releasedate "September 3rd, 2003">
 <!ENTITY nbsp " ">
 
 <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">