diff options
Diffstat (limited to 'chapter06/glibc-inst.xml')
-rw-r--r-- | chapter06/glibc-inst.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index c6ed60836..2d064122b 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -36,13 +36,12 @@ would do.</para> *** some features will be disabled. *** Check the INSTALL file for required versions.</screen></blockquote> -<para>This warning refers to the missing msgfmt program from the gettext -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> This warning refers to the missing msgfmt program from the +gettext package, but it can safely be ignored in our case. The glibc +installation will not be affected.</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 +environment. 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> |