diff options
Diffstat (limited to 'chapter02/aboutlfs.xml')
-rw-r--r-- | chapter02/aboutlfs.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/chapter02/aboutlfs.xml b/chapter02/aboutlfs.xml index 5dea03e3a..1c15be452 100644 --- a/chapter02/aboutlfs.xml +++ b/chapter02/aboutlfs.xml @@ -9,7 +9,7 @@ is mounted. How to create and where to mount the partition will be explained in full detail in Chapter 4. For example, let's assume that the LFS partition is mounted on /mnt/lfs.</para> -<para>For example when you are told to run a command like +<para>When you are told to run a command like <userinput>./configure --prefix=$LFS/static</userinput> you actually have to execute <userinput>./configure --prefix=/mnt/lfs/static</userinput>.</para> @@ -22,8 +22,11 @@ This way $LFS can be entered literally instead of replacing it with <para><screen><userinput>export LFS=/mnt/lfs</userinput></screen></para> -<para>Now, if you are told to run a command like <userinput>./configure ---prefix=$LFS/static</userinput> you can type that literally. Your shell will +<para>Now, if you are told to run a command like </para> + +<para><screen><userinput>./configure --prefix=$LFS/static</userinput></screen></para> + +<para>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).</para> |