diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-09-30 17:32:12 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-09-30 17:32:12 +0000 |
commit | e4c87dbca166530f4cd41a8b794ac422cb960a46 (patch) | |
tree | 84038d013c593b52b666943357aaa931f96541af | |
parent | 63d555b5137fa53ccb35b0f6857df983cddced13 (diff) |
Reemphasize that /mnt/lfs needs to be set for root
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10958 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter02/aboutlfs.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chapter02/aboutlfs.xml b/chapter02/aboutlfs.xml index fe8a97902..88dbe6793 100644 --- a/chapter02/aboutlfs.xml +++ b/chapter02/aboutlfs.xml @@ -28,6 +28,7 @@ <quote>/mnt/lfs</quote> (or whatever the variable was set to) when it processes the command line.</para> + <caution> <para>Do not forget to check that <envar>LFS</envar> is set whenever you leave and reenter the current working environment (such as when doing a <command>su</command> to <systemitem class="username">root</systemitem> or @@ -41,6 +42,7 @@ provided example was followed. If the output is incorrect, use the command given earlier on this page to set <envar>$LFS</envar> to the correct directory name.</para> + </caution> <note><para>One way to ensure that the <envar>LFS</envar> variable is always set is to edit the <filename>.bash_profile</filename> file in both your |