summaryrefslogtreecommitdiffstats
path: root/vagrant/basebuild/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant/basebuild/bootstrap.sh')
-rw-r--r--vagrant/basebuild/bootstrap.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/vagrant/basebuild/bootstrap.sh b/vagrant/basebuild/bootstrap.sh
index 6e0735c86..4aea50d65 100644
--- a/vagrant/basebuild/bootstrap.sh
+++ b/vagrant/basebuild/bootstrap.sh
@@ -9,8 +9,8 @@ set -e
do_setup
# record the bootstrap.sh checksum
-shasum $0 > /etc/bootstrap.sha
-shasum /vagrant/lib/bootstrap-functions.sh > /etc/bootstrap-functions.sha
+sha1sum $0 > /etc/bootstrap.sha
+sha1sum /vagrant/lib/bootstrap-functions.sh > /etc/bootstrap-functions.sha
echo "---> Attempting to detect OS"
# OS selector
@@ -26,7 +26,6 @@ then
echo "---> Debian type system detected"
export DEBIAN_FRONTEND=noninteractive
- deb_enable_serial_console
deb_aptconf_batchconf
deb_sync_minor
deb_correct_shell