From c25581cac9bbe8418a3678c42744c5beec51d6f2 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 10 Mar 2001 04:25:52 +0000 Subject: Fixed chroot command git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@273 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc-inst.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter06/glibc-inst.xml') diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index 71db5be33..c7009e4f5 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -42,8 +42,8 @@ commands to do that:
logout - chroot $LFS /usr/bin/env -i HOME=/root /bin/bash - --login + chroot $LFS /usr/bin/env -i HOME=/root \ + TERM=$TERM /bin/bash --login
-- cgit v1.2.3-54-g00ecf