diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc-inst.xml | 19 |
1 files changed, 8 insertions, 11 deletions
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.</para> <userinput>mv config.make~ config.make &&</userinput> <userinput>make &&</userinput> <userinput>make install &&</userinput> -<userinput>make localedata/install-locales</userinput></screen></para> +<userinput>make localedata/install-locales &&</userinput> +<userinput>logout &&</userinput> +&c6-chrootcmd;</screen></para> <para>During the configure stage you will see the following warning:</para> @@ -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.</para> -<para>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.</para> - -<para>Run the following commands to accomplish this:</para> - -<para><screen><userinput>logout</userinput> -&c6-chrootcmd;</screen></para> +<para>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).</para> </sect2> |