From 280bcc86e7eab7bccc97febdb2f3630cd0dc7f5f Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Thu, 12 Apr 2001 23:25:34 +0000 Subject: Update git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@472 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter02/aboutlfs.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter02') 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. -Now, if you read to run a command like ./configure +Now, if you are told to run a command like ./configure --prefix=$LFS 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). 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 echo "root:x:0:0:root:/root:/bin/bash" > $LFS/etc/passwd without the $LFS variable set will -- cgit v1.2.3-54-g00ecf