diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-29 17:53:53 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-29 17:53:53 +0000 |
commit | 4a19a8d141f1a47ca28a9f9cae3b555c091d5338 (patch) | |
tree | 2a924b2657821045937002a0f5571d7ceeb0fa77 /chapter06 | |
parent | 7504556e2551f1ca921588431f88b065389f26fa (diff) |
Update command explanation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2150 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc-exp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/glibc-exp.xml b/chapter06/glibc-exp.xml index 7495f80d6..32dd6896e 100644 --- a/chapter06/glibc-exp.xml +++ b/chapter06/glibc-exp.xml @@ -43,7 +43,7 @@ can't compile a test program to determine this, so it automatically defaults to a cross-compiler. Compiling the test program fails because Glibc hasn't been installed yet.</para> -<para><userinput>exec /bin/bash:</userinput>This command will +<para><userinput>exec /static/bin/bash --login:</userinput> This command will start a new bash shell which will replace the current shell. This is done to get rid of the "I have no name!" message in the command prompt, which was caused by bash's inability to resolve a user ID to |