|
@@ -42,18 +42,22 @@ Install Glibc by running the following commands:
|
|
</literallayout></blockquote>
|
|
</literallayout></blockquote>
|
|
|
|
|
|
<para>
|
|
<para>
|
|
-You can get rid of the "I have no name!" in the bash prompt if you want
|
|
|
|
-to by exiting chroot and re-entering it. Run the following commands to do
|
|
|
|
-that:
|
|
|
|
|
|
+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.
|
|
</para>
|
|
</para>
|
|
|
|
|
|
-<blockquote><literallayout>
|
|
|
|
|
|
+<para>
|
|
|
|
+Run the following commands to accomplish that:
|
|
|
|
+</para>
|
|
|
|
|
|
- <userinput>logout</userinput>
|
|
|
|
|
|
+<blockquote><literallayout>
|
|
|
|
+
|
|
|
|
+ <userinput>cd $LFS &&</userinput>
|
|
<userinput>chroot $LFS /usr/bin/env -i HOME=/root
|
|
<userinput>chroot $LFS /usr/bin/env -i HOME=/root
|
|
\</userinput>
|
|
\</userinput>
|
|
- <userinput> TERM=$TERM /bin/bash --login</userinput>
|
|
|
|
-
|
|
|
|
|
|
+ <userinput> TERM=$TERM /bin/bash --login</userinput>
|
|
|
|
+
|
|
</literallayout></blockquote>
|
|
</literallayout></blockquote>
|
|
|
|
|
|
</sect2>
|
|
</sect2>
|