Updates

  * Deduplicate salt_bootstrap.sh
  * Deduplicate bootstrap.saltstack.com.sh
  * Push day01 to use offline salt_bootstrap.sh
  * Misc udpates

Change-Id: I89fa2efa73b81a7663581a132207b9a8117e4ae7
diff --git a/common/ubuntu_cleanup.sh b/common/ubuntu_cleanup.sh
index f043e26..4eb9c7f 100644
--- a/common/ubuntu_cleanup.sh
+++ b/common/ubuntu_cleanup.sh
@@ -15,6 +15,7 @@
 
 echo "cleaning up dhcp leases"
 rm -rf /var/lib/dhcp/* || true
+rm -rf /var/lib/ntp/ntp.conf.dhcp || true
 
 echo "cleaning up udev rules"
 rm -f /etc/udev/rules.d/70-persistent-net.rules || true