diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-29 17:49:48 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-29 17:49:48 +0000 |
commit | 2f5db45b25656c38b6633e9f9bfd1a44abc029e5 (patch) | |
tree | c7ad2241cef013c93823ccb73d7d41ccd67bbb8a /chapter05/bash-exp.xml | |
parent | f0f31916d84c7975f72f54fc17e83af8adeb40e5 (diff) |
text updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1110 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/bash-exp.xml')
-rw-r--r-- | chapter05/bash-exp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/bash-exp.xml b/chapter05/bash-exp.xml index 8e33c9c78..c4343c27d 100644 --- a/chapter05/bash-exp.xml +++ b/chapter05/bash-exp.xml @@ -13,7 +13,7 @@ the system into LFS.</para> 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 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 +mounted you need and will want to have bash available (it will be hard to execute the boot scripts without a shell for instance).</para> <para><userinput>ln -sf bash sh:</userinput> This command creates the sh |