MIRROR=$(cat /etc/schroot/dsa/default-mirror )
fi
MIRROR=${MIRROR:-cdn.debian.net}
+
+if [ "$(basename "$0")" = "00check" ] &&
+ [ "$CHROOT_TYPE" = "file" ] &&
+ [ "$STAGE" = "setup-start" ]; then
+ echo "Untarring chroot environment. This might take a minute or two."
+fi
esac
;;
esac
- echo "You probably want to run apt-get update in this session chroot."
+ echo "To install build dependencies run"
+ echo " dd-schroot-cmd -c ${SESSION_ID} apt-get update"
+ echo "followed by build-dep/install as appropriate in the host system."
fi