diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-22 22:26:46 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-22 22:26:46 +0000 |
commit | 360e2c43cd050de14a654927da9a7610af9e38ce (patch) | |
tree | fa36484dc5954a41335c6ec7ddf0b305c020129d /chapter09/theend.xml | |
parent | 1612f40eb9f1b8ea766ea308e40d6b3fe14f6fc5 (diff) |
Adding some markup and doing miscellaneous shuffles.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3029 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 272686f5e..2d49add8b 100644 --- a/chapter09/theend.xml +++ b/chapter09/theend.xml @@ -50,13 +50,13 @@ 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 /etc/lfs file. By +<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 /etc/lfs file by -running the following command:</para> +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</userinput></screen> </sect1> |