From 6bbdfcd32651631eff38d097304dd366495da3fd Mon Sep 17 00:00:00 2001 From: Timothy Bauscher Date: Fri, 14 Jun 2002 00:29:47 +0000 Subject: Changed /etc/lfs-[version] to /etc/lfs and put the version number inside this file. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1993 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter09/theend.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chapter09') 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. find $LFS/{,usr/,usr/local/}{bin,sbin,lib} -type f \    -exec /usr/bin/strip --strip-debug '{}' ';' -It may be a good idea to create the $LFS/etc/lfs-&version; file. By +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: +you have installed on your system. Create the $LFS/etc/lfs file by +running the following command: -touch $LFS/etc/lfs-&version; +echo &version; > $LFS/etc/lfs -- cgit v1.2.3-54-g00ecf