From b720334a3f4b39d8d16f2c58e9e71e4752579771 Mon Sep 17 00:00:00 2001 From: Timothy Bauscher Date: Wed, 15 Jan 2003 04:00:40 +0000 Subject: [PATCH] Fix revised chroot command. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2324 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/revisedchroot.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter06/revisedchroot.xml b/chapter06/revisedchroot.xml index 79f11f009..ce9bdc425 100644 --- a/chapter06/revisedchroot.xml +++ b/chapter06/revisedchroot.xml @@ -14,7 +14,7 @@ of your host distribution's Glibc version. need to use anything from the /static directory anymore. -chroot $LFS /bin/env -i \ +chroot $LFS /usr/bin/env -i \     HOME=/root TERM=$TERM PS1='\u:\w\$ ' \     PATH=/bin:/usr/bin:/sbin:/usr/sbin \     /bin/bash --login