From 7e3774266e1683576cda7f826d5522d40e0098c7 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 27 Jan 2001 01:44:15 +0000 Subject: Finished version 3.0-CVS-2001-01-26 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@52 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/chroot.sgml | 5 +++++ chapter06/glibc-inst.sgml | 14 ++++++++++++++ intel.sgml | 2 +- 3 files changed, 20 insertions(+), 1 deletion(-) 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. + +Note that the bash prompt will contain "I have no name!". This is +normal; Glibc hasn't been installed yet. + + 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: + +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: + + +
+ + logout && + chroot $LFS /usr/bin/env -i HOME=/root /bin/bash + --login + +
+ diff --git a/intel.sgml b/intel.sgml index 8c3a2923c..d100cc320 100644 --- a/intel.sgml +++ b/intel.sgml @@ -2,7 +2,7 @@ - + -- cgit v1.2.3-54-g00ecf