From 463e88840d5c6294b666e9d23c705180c001e032 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 31 Jul 2001 20:03:28 +0000 Subject: Moved the exit and re-enter of the chroot commands right after the install. instructions git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@868 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc-inst.xml | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'chapter06') diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index a280f91d0..47f6d55ae 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -25,7 +25,9 @@ would do. mv config.make~ config.make && make && make install && -make localedata/install-locales +make localedata/install-locales && +logout && +&c6-chrootcmd; During the configure stage you will see the following warning: @@ -39,16 +41,11 @@ package. But there is nothing to worry about: Glib will still be installed the same way as when msgfmt is present. It can safely be ignored in our case. -By exiting the chroot'ed environment and re-entering it, you will be -able to get rid of the "I have no name!" message in the command prompt, -which is caused by bash's inability to resolve a userid to a username. -You don't have to exit and re-enter chroot, but it's highly recommended -to ensure a properly working bash. - -Run the following commands to accomplish this: - -logout -&c6-chrootcmd; +The last two commands make you exit and re-enter the chroot'ed +environment and re-entering it. 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). -- cgit v1.2.3-54-g00ecf