From 7cd0ecb5a1fc5abdb559ce91449817991fcf9bf6 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Fri, 6 Apr 2001 16:33:57 +0000 Subject: [PATCH] Fixed re-entering chroot procedure git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@440 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc-inst.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index 3bcc2b7d9..3d5d203dc 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -52,11 +52,11 @@ Run the following commands to accomplish that:
- - cd $LFS && - chroot $LFS /usr/bin/env -i HOME=/root - \ -    TERM=$TERM /bin/bash --login + + logout + chroot $LFS /usr/bin/env -i HOME=/root + \ +    TERM=$TERM /bin/bash --login