diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-12 23:25:34 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-12 23:25:34 +0000 |
commit | 280bcc86e7eab7bccc97febdb2f3630cd0dc7f5f (patch) | |
tree | d7707293b1822601b0623bf826d570bb7ee14427 /chapter02/aboutlfs.xml | |
parent | a097364802045a7dbf58e34157767b813180df78 (diff) |
Update
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@472 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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 |