|
@@ -9,14 +9,14 @@ option causes Bash to be linked statically
|
|
|
<para>
|
|
|
<userinput>--prefix=$LFS/usr:</userinput> This configure option installs
|
|
|
all of Bash's files under the $LFS/usr directory, which becomes the /usr
|
|
|
-directory after the user chrooted into $LFS or when he rebooted
|
|
|
+directory after the user chroot'ed into $LFS or when he rebooted
|
|
|
the system into LFS.
|
|
|
</para>
|
|
|
|
|
|
<para>
|
|
|
<userinput>--bindir=$LFS/bin:</userinput> This installs the executable
|
|
|
files in $LFS/bin. We do this because we want bash to be in /bin, not in
|
|
|
-/usr/bin. One reason being: the /usr partition might be on a seperate
|
|
|
+/usr/bin. One reason being: the /usr partition might be on a separate
|
|
|
partition which has to be mounted at some point. Before that partition is
|
|
|
mounted a user needs and will want to have bash available (it will be hard to
|
|
|
execute the boot scripts without a shell for instance).
|