diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-06-14 00:29:47 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-06-14 00:29:47 +0000 |
commit | 6bbdfcd32651631eff38d097304dd366495da3fd (patch) | |
tree | a64478a91c646f0e4034c4d84b01fd55dd9345b8 /chapter09/theend.xml | |
parent | 89fd6446de7392cec8e3603f48b51f04753c32b1 (diff) |
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
Diffstat (limited to 'chapter09/theend.xml')
-rw-r--r-- | chapter09/theend.xml | 8 |
1 files changed, 4 insertions, 4 deletions
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 \ -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> |