diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-03-11 15:13:58 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-03-11 15:13:58 +0000 |
commit | fdeb92502906124fa496183b24e13765a3e2a66d (patch) | |
tree | e629f9724742096d1f59981b0d0cc7126e276172 | |
parent | 89e6be0bbb5f8c463556204a51190a17f6abf1f3 (diff) |
Updated chroot command
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@296 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/bash-inst.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter06/bash-inst.xml b/chapter06/bash-inst.xml index 790ea5344..2c5e8631f 100644 --- a/chapter06/bash-inst.xml +++ b/chapter06/bash-inst.xml @@ -24,9 +24,11 @@ environment by running: <userinput>mv $LFS/usr/bin/bash $LFS/usr/bin/bashbug $LFS/bin &&</userinput> - <userinput>chroot $LFS /usr/bin/env -i HOME=/root /bin/bash + <userinput>chroot $LFS /usr/bin/env -i HOME=/root + \</userinput> + <userinput> TERM=$TERM /bin/bash --login</userinput> - + </literallayout></blockquote> </sect2> |