diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-26 22:22:59 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-26 22:22:59 +0000 |
commit | 28618789943e48c5ddbba015caf8da5636ecb5d3 (patch) | |
tree | 8c4d4f6ea82a9c158b9a92342275e54247a9f5f6 /chapter09 | |
parent | b4f6bac08c9d1ee3bf4baa8a7445596e245a0075 (diff) |
Small retouches.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3040 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter09')
-rw-r--r-- | chapter09/theend.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/chapter09/theend.xml b/chapter09/theend.xml index 47591849e..51f79db53 100644 --- a/chapter09/theend.xml +++ b/chapter09/theend.xml @@ -50,11 +50,10 @@ chroot $LFS /tools/bin/env -i \ recognized. Most of these are scripts instead of binaries. These warnings can be safely ignored.</para> -<para>It's a good idea to create an <filename>/etc/lfs</filename> 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. Create the <filename>/etc/lfs</filename> -file by running the following command:</para> +<para>It may be a good idea to create an <filename>/etc/lfs-release</filename> +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. Create this file by running:</para> <screen><userinput>echo &version; > /etc/lfs-release</userinput></screen> |