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"}
	KERNEL_PACKAGES=${KERNEL_PACKAGES:-"linux-image-generic"}
	DEBOOTSTRAPOPTS=${DEBOOTSTRAPOPTS:-"--variant=minbase"}
	BOOTSTRAP=${BOOTSTRAP:-"debootstrap"}
	;;
esac

