aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter09/theend.xml8
2 files changed, 8 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 0ec808f22..820e581fb 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -45,6 +45,10 @@
</itemizedlist>
</para></listitem>
+<listitem><para>June 13th, 2002 [timothy]: Chapter 09 - The End:
+Changed $LFS/etc/lfs-&version; to $LFS/etc/lfs and put the version
+number inside this file.</para></listitem>
+
<listitem><para>June 12th, 2002 [timothy]: Chapter 05 - GCC:
Modified the build instructions and command explanations to
only build the C compiler. The C++ compiler is not needed
diff --git a/chapter09/theend.xml b/chapter09/theend.xml
index 1ebef59a5..418e05403 100644
--- a/chapter09/theend.xml
+++ b/chapter09/theend.xml
@@ -33,13 +33,13 @@ on the safe side.</para>
<para><screen><userinput>find $LFS/{,usr/,usr/local/}{bin,sbin,lib} -type f \
&nbsp;&nbsp;&nbsp;-exec /usr/bin/strip --strip-debug '{}' ';'</userinput></screen></para>
-<para>It may be a good idea to create the $LFS/etc/lfs-&version; file. By
+<para>It may be a good idea to create the $LFS/etc/lfs file. By
having this file it is very easy for you (and for us if you are going to ask
for help with something at some point) to find out which LFS version
-you have installed on your system. This can just be a null-byte file by
-running:</para>
+you have installed on your system. Create the $LFS/etc/lfs file by
+running the following command:</para>
-<para><screen><userinput>touch $LFS/etc/lfs-&version;</userinput></screen></para>
+<para><screen><userinput>echo &version; > $LFS/etc/lfs</userinput></screen></para>
</sect1>