diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-10-23 15:15:46 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-10-23 15:15:46 +0000 |
commit | a92249f003dd471f0dc4be51a7dcf6e2d7c98a1b (patch) | |
tree | d3536aad0919833077cfb906fb4cee3e7d73bdd6 | |
parent | b002f88b59b145fe001902205ffdbb2693b9bc26 (diff) |
Changed /etc/lfs to /etc/lfs-release
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3034 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter09/theend.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index c1f55a9be..fda519699 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -96,6 +96,11 @@ </itemizedlist> </listitem> +<listitem><para>October 23rd, 2003 [gerard] Chapter 9 - The End: Changed +the <filename>/etc/lfs</filename> filename to +<filename>/etc/lfs-release</filename> to be more consistent with other +distributions out there.</para></listitem> + <listitem><para>October 22nd, 2003 [gerard] Chapter 2: Added notes how to create installation dependency lists.</para></listitem> diff --git a/chapter09/theend.xml b/chapter09/theend.xml index 2d49add8b..47591849e 100644 --- a/chapter09/theend.xml +++ b/chapter09/theend.xml @@ -56,7 +56,7 @@ for help with something at some point) to find out which LFS version you have installed on your system. Create the <filename>/etc/lfs</filename> file by running the following command:</para> -<screen><userinput>echo &version; > /etc/lfs</userinput></screen> +<screen><userinput>echo &version; > /etc/lfs-release</userinput></screen> </sect1> |