diff options
Diffstat (limited to 'chapter02/aboutlfs.xml')
-rw-r--r-- | chapter02/aboutlfs.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter02/aboutlfs.xml b/chapter02/aboutlfs.xml index 175edd089..8d15a726d 100644 --- a/chapter02/aboutlfs.xml +++ b/chapter02/aboutlfs.xml @@ -29,7 +29,7 @@ LFS=/mnt/lfs</userinput>. </para> <para> -Now, if you read to run a command like <userinput>./configure +Now, if you are told to run a command like <userinput>./configure --prefix=$LFS</userinput> you can type that 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). @@ -37,7 +37,7 @@ when you hit enter after having typed the command). <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 it in a command, $LFS will +times. If the variable is not set and is used in a command, $LFS will be ignored and whatever is left will be executed. A command like <userinput>echo "root:x:0:0:root:/root:/bin/bash" > $LFS/etc/passwd</userinput> without the $LFS variable set will |