diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2003-09-03 18:31:44 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2003-09-03 18:31:44 +0000 |
commit | c058597b331d798a6f998a825de8b45a8284d496 (patch) | |
tree | 61acaa806c41ddced19bc653aedbacb97b7a34df | |
parent | 69897b3fe8037c31dca8b77ff81b6f3e3b39430d (diff) |
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
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/kernel-inst.xml | 3 | ||||
-rw-r--r-- | index.xml | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index f46db1189..d90e3b198 100644 --- a/chapter01/changelog.xml +++ b/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> diff --git a/chapter06/kernel-inst.xml b/chapter06/kernel-inst.xml index bd16795ef..03a9d185c 100644 --- a/chapter06/kernel-inst.xml +++ b/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> @@ -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"> |