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: mv $LFS/usr/bin/bash $LFS/usr/bin/bashbug $LFS/bin && - chroot $LFS /usr/bin/env -i HOME=/root /bin/bash + chroot $LFS /usr/bin/env -i HOME=/root + \ +    TERM=$TERM /bin/bash --login - +