diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-06 16:33:57 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-06 16:33:57 +0000 |
commit | 7cd0ecb5a1fc5abdb559ce91449817991fcf9bf6 (patch) | |
tree | cfebf2e22dd94aa2296464fd5be2a0fa1b19e49e /chapter06 | |
parent | 584810f3b1b9a6996e474df7c39b5a608e667a11 (diff) |
Fixed re-entering chroot procedure
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@440 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc-inst.xml | 10 |
1 files 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: </para> <blockquote><literallayout> - - <userinput>cd $LFS &&</userinput> - <userinput>chroot $LFS /usr/bin/env -i HOME=/root - \</userinput> - <userinput> TERM=$TERM /bin/bash --login</userinput> + + <userinput>logout</userinput> + <userinput>chroot $LFS /usr/bin/env -i HOME=/root + \</userinput> + <userinput> TERM=$TERM /bin/bash --login</userinput> </literallayout></blockquote> |