aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter06/chroot.sgml5
-rw-r--r--chapter06/glibc-inst.sgml14
-rw-r--r--intel.sgml2
3 files changed, 20 insertions, 1 deletions
diff --git a/chapter06/chroot.sgml b/chapter06/chroot.sgml
index 911f7a39d..dabba3f84 100644
--- a/chapter06/chroot.sgml
+++ b/chapter06/chroot.sgml
@@ -28,5 +28,10 @@ following commands in this chapter from within the chroot'ed
environment.
</para>
+<para>
+Note that the bash prompt will contain "I have no name!". This is
+normal; Glibc hasn't been installed yet.
+</para>
+
</sect1>
diff --git a/chapter06/glibc-inst.sgml b/chapter06/glibc-inst.sgml
index 520dfc65a..1faf64623 100644
--- a/chapter06/glibc-inst.sgml
+++ b/chapter06/glibc-inst.sgml
@@ -66,5 +66,19 @@ directory and install Glibc by running the following commands:
</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 &amp;&amp;</userinput>
+ <userinput>chroot $LFS /usr/bin/env -i HOME=/root /bin/bash
+ --login</userinput>
+
+</literallayout></blockquote>
+
</sect2>
diff --git a/intel.sgml b/intel.sgml
index 8c3a2923c..d100cc320 100644
--- a/intel.sgml
+++ b/intel.sgml
@@ -2,7 +2,7 @@
<!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 type "INTEL">