diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-25 16:56:29 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-25 16:56:29 +0000 |
commit | 76a3d6d07c276debd9d4eb66c697ae4c097fd2d8 (patch) | |
tree | e8630e994a90135b79a0f1600ead739d9c75a66a /chapter06/glibc-exp.xml | |
parent | f3c04e6f695b495171c9a8aa793a489330e5a48d (diff) |
removed exit+enter chroot commands, replaced by an "exec /bin/bash",
moved it's explanation to glibc-exp.xml
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1030 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc-exp.xml')
-rw-r--r-- | chapter06/glibc-exp.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter06/glibc-exp.xml b/chapter06/glibc-exp.xml index c6c30fcf1..5a3e71852 100644 --- a/chapter06/glibc-exp.xml +++ b/chapter06/glibc-exp.xml @@ -55,5 +55,12 @@ hasn't been installed yet.</para> <para><userinput>mv -f config.make~ config.make:</userinput> Again, we are moving the temporary file over the original.</para> +<para><userinput>exec /bin/bash:</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 userid to +a username (which in turn was caused by the missing Glibc +installation).</para> + </sect2> |