mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Finished version 3.0-CVS-2001-01-26
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@52 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
cb1eb9e5b8
commit
7e3774266e
@ -28,5 +28,10 @@ following commands in this chapter from within the chroot'ed
|
|||||||
environment.
|
environment.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
Note that the bash prompt will contain "I have no name!". This is
|
||||||
|
normal; Glibc hasn't been installed yet.
|
||||||
|
</para>
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
@ -66,5 +66,19 @@ directory and install Glibc by running the following commands:
|
|||||||
|
|
||||||
</literallayout></blockquote>
|
</literallayout></blockquote>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
You can get rid of the "I have no name!" in the bash prompt if you want.
|
||||||
|
Do this by exiting chroot and re-entering it. Run the following
|
||||||
|
commands to do that:
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<blockquote><literallayout>
|
||||||
|
|
||||||
|
<userinput>logout &&</userinput>
|
||||||
|
<userinput>chroot $LFS /usr/bin/env -i HOME=/root /bin/bash
|
||||||
|
--login</userinput>
|
||||||
|
|
||||||
|
</literallayout></blockquote>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<!ENTITY book SYSTEM "intel/book/book.sgml">
|
<!ENTITY book SYSTEM "intel/book/book.sgml">
|
||||||
|
|
||||||
<!ENTITY version "3.0-CVS-Jan26-2001-2">
|
<!ENTITY version "3.0-CVS-2001-01-26">
|
||||||
<!ENTITY releasedate "January 26th, 2001">
|
<!ENTITY releasedate "January 26th, 2001">
|
||||||
<!ENTITY type "INTEL">
|
<!ENTITY type "INTEL">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user