Browse Source

removed note about adding to a .bash_profile file

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2225 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 22 years ago
parent
commit
470939a788
1 changed files with 0 additions and 9 deletions
  1. 0 9
      chapter02/aboutlfs.xml

+ 0 - 9
chapter02/aboutlfs.xml

@@ -28,14 +28,5 @@ it literally. Your shell will replace $LFS with /mnt/lfs when it processes
 the command line (meaning when you hit enter after having typed the
 command).</para>
 
-<para>If you plan to use $LFS, do not forget to set the LFS variable at all 
-times. If the variable is not set and is used in a command, $LFS will 
-be ignored and whatever is left will be executed.</para>
-
-<para>One way to make sure that $LFS is set at all times is adding it to
-the /root/.bash_profile and /root/.bashrc files so that every time
-you login as user root, or you <userinput>su</userinput> to user root,
-the LFS variable is set.</para>
-
 </sect1>