From ba3c4d322f384c01893de1b281e8ac0010bc023e Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Fri, 6 Apr 2001 01:04:18 +0000 Subject: Force exit+re-enter chroot (rather than merely suggest it) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@436 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc-inst.xml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'chapter06/glibc-inst.xml') diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index b30f5143e..3bcc2b7d9 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -42,18 +42,22 @@ Install Glibc by running the following commands: -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. -
+ +Run the following commands to accomplish that: + - logout +
+ + cd $LFS && chroot $LFS /usr/bin/env -i HOME=/root \ -    TERM=$TERM /bin/bash --login - +    TERM=$TERM /bin/bash --login +
-- cgit v1.2.3-54-g00ecf