#!/bin/bash

echo "don't forget to enter 'exit' until your are out of chroot"

export LFS=/mnt/lfs

#revised chroot command: at least from now on reenter chroot environment with:
chroot $LFS /usr/bin/env -i HOME=/root TERM=$TERM PS1='\u:\w\$ ' PATH=/bin:/usr/bin:/sbin:/usr/sbin /bin/bash --login
