diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-01-30 10:36:17 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-01-30 10:36:17 +0000 |
commit | 155d6d1a6f514873d5e539f6d7445744b163f882 (patch) | |
tree | d48426e1a2522667b3f9af662922739eed0ddde6 /chapter04/aboutlfs.xml | |
parent | 4642c8986a9978835c902219285ea33d83ce2d1f (diff) |
Removed obsolete commented text, chapter04.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4596 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter04/aboutlfs.xml')
-rw-r--r-- | chapter04/aboutlfs.xml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/chapter04/aboutlfs.xml b/chapter04/aboutlfs.xml index e974e445c..3b8a979be 100644 --- a/chapter04/aboutlfs.xml +++ b/chapter04/aboutlfs.xml @@ -9,29 +9,4 @@ <para>See testing</para> -<!-- -<para>Throughout this book the environment variable LFS will be used several -times. It is paramount that this variable is always defined. It should be set -to the mount point you chose for your LFS partition. Check that your LFS -variable is set up properly with:</para> - -<screen><userinput>echo $LFS</userinput></screen> - -<para>Make sure the output shows the path to your LFS partition's mount -point, which is <filename class="directory">/mnt/lfs</filename> if you -followed our example. If the output is wrong, you can always set the variable -with:</para> - -<screen><userinput>export LFS=/mnt/lfs</userinput></screen> - -<para>Having this variable set means that if you are told to run a command like -<command>mkdir $LFS/tools</command>, you can type it literally. Your shell -will replace <quote>$LFS</quote> with <quote>/mnt/lfs</quote> (or whatever -you set the variable to) when it processes the command line.</para> - -<para>Don't forget to check that <quote>$LFS</quote> is set whenever you leave and -reenter the environment (as when doing a <quote>su</quote> to root or another user). -</para> ---> - </sect1> |