diff options
-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> |