From a92249f003dd471f0dc4be51a7dcf6e2d7c98a1b Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Thu, 23 Oct 2003 15:15:46 +0000 Subject: [PATCH] Changed /etc/lfs to /etc/lfs-release git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3034 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 5 +++++ chapter09/theend.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 @@ +October 23rd, 2003 [gerard] Chapter 9 - The End: Changed +the /etc/lfs filename to +/etc/lfs-release to be more consistent with other +distributions out there. + October 22nd, 2003 [gerard] Chapter 2: Added notes how to create installation dependency lists. 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 /etc/lfs file by running the following command: -echo &version; > /etc/lfs +echo &version; > /etc/lfs-release