chroot $LFS /static/bin/env -i \
	HOME=/root TERM=$TERM PS1='\u:\w\$ ' \
	PATH=/bin:/usr/bin:/sbin:/usr/sbin:/static/bin \
	/static/bin/bash --login
