case "$MODE" in
    configure)
	echo "$ROOT"
	PURGE_CHROOT="true"
	ARCH=${ARCH:-"$(dpkg --print-architecture)"}
	APT_GET_OPTS=${APT_GET_OPTS:-"-y"}
	DIST=${DIST:-"$(lsb_release -s -c)"}
	COMPONENTS=${COMPONENTS:-"contrib main non-free"}
	DEBOOTSTRAPOPTS=${DEBOOTSTRAPOPTS:-"--variant=minbase --no-check-gpg"}
	BOOTSTRAP=${BOOTSTRAP:-"debootstrap"}
	;;
esac

