From 2f86e053737bbad5ce63083b839ec55404e87082 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Mon, 9 Apr 2001 14:42:35 +0000 Subject: Spell Checks git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@456 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/bash-exp.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter05/bash-exp.xml') diff --git a/chapter05/bash-exp.xml b/chapter05/bash-exp.xml index 90638668d..1412e20f5 100644 --- a/chapter05/bash-exp.xml +++ b/chapter05/bash-exp.xml @@ -9,14 +9,14 @@ option causes Bash to be linked statically --prefix=$LFS/usr: 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. --bindir=$LFS/bin: 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). -- cgit v1.2.3-54-g00ecf