From fdeb92502906124fa496183b24e13765a3e2a66d Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sun, 11 Mar 2001 15:13:58 +0000 Subject: [PATCH] Updated chroot command git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@296 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bash-inst.xml | 6 ++++-- 1 file 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: 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 - +