diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-03-23 02:56:31 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-03-23 02:56:31 +0000 |
commit | ff9fe0170aa1253324cd85f6501b824bdfa9fd5d (patch) | |
tree | 56cd90e4c40aea25b91ecd9402eb13916024366c /chapter02/aboutlfs.xml | |
parent | 97f1db3961a7263636899a0eb58b9ac4d214438f (diff) |
Text update
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@355 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter02/aboutlfs.xml')
-rw-r--r-- | chapter02/aboutlfs.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter02/aboutlfs.xml b/chapter02/aboutlfs.xml index 2743e00bf..175edd089 100644 --- a/chapter02/aboutlfs.xml +++ b/chapter02/aboutlfs.xml @@ -6,14 +6,14 @@ Please read the following carefully: throughout this book the variable $LFS will be used frequently. $LFS must at all times be replaced by the directory where the partition that contains the LFS system is mounted. How to create and where to mount the partition will be -explaind in full detail in chapter 4. In my case, the LFS +explained in full detail in chapter 4. In my case, the LFS partition is mounted on /mnt/lfs. </para> <para> For example when you are told to run a command like -<userinput>./configure --prefix=$LFS</userinput> you will actually run -<userinput>./configure --prefix=/mnt/lfs</userinput> +<userinput>./configure --prefix=$LFS</userinput> you actually have to +run <userinput>./configure --prefix=/mnt/lfs</userinput> </para> <para> @@ -32,7 +32,7 @@ LFS=/mnt/lfs</userinput>. Now, if you read 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). +when you hit enter after having typed the command). </para> <para> |