diff options
-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> |