summaryrefslogtreecommitdiffstats
path: root/vagrant
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant')
-rw-r--r--vagrant/basebuild/bootstrap.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/vagrant/basebuild/bootstrap.sh b/vagrant/basebuild/bootstrap.sh
index c8cc87492..a0f5c7f25 100644
--- a/vagrant/basebuild/bootstrap.sh
+++ b/vagrant/basebuild/bootstrap.sh
@@ -8,6 +8,9 @@ set -e
do_setup
+# record the bootstrap.sh checksum
+shasum $0 > /etc/bootstrap.sha
+
echo "---> Attempting to detect OS"
# OS selector
if [ -f /usr/bin/yum ]