From 8e4c95488b9c366a7adecedd133e13f6db5aaa07 Mon Sep 17 00:00:00 2001 From: Simon Perreault Date: Mon, 16 Apr 2001 16:30:09 +0000 Subject: [PATCH] Changed the chroot command to the new format. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@521 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/m4-inst.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chapter06/m4-inst.xml b/chapter06/m4-inst.xml index 5d175839d..6985745fe 100644 --- a/chapter06/m4-inst.xml +++ b/chapter06/m4-inst.xml @@ -45,7 +45,8 @@ after having rebooted into the LFS system rather than chrooting into it.
- chroot $LFS env -i HOME=/root bash --login + chroot $LFS /usr/bin/env -i HOME=/root \ +    TERM=$TERM /bin/bash --login