|
@@ -42,13 +42,15 @@ Install Glibc by running the following commands:
|
|
|
</literallayout></blockquote>
|
|
|
|
|
|
<para>
|
|
|
-We have to get username/groupname to userid/groupid conversion possible
|
|
|
-by exiting the chroot'ed environment and re-entering it. This will also
|
|
|
-get rid of the "I have no name!" message in the command prompt.
|
|
|
+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 that:
|
|
|
+Run the following commands to accomplish this:
|
|
|
</para>
|
|
|
|
|
|
<blockquote><literallayout>
|