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