No ubuntu user, disallow root login, root shell on tty1
diff --git a/ubuntu-14.04/scripts/base.sh b/ubuntu-14.04/scripts/base.sh
index 43e6360..73af61c 100644
--- a/ubuntu-14.04/scripts/base.sh
+++ b/ubuntu-14.04/scripts/base.sh
@@ -17,7 +17,7 @@
 apt-get purge -y linux-image-* linux-headers-*
 apt-get install -y linux-generic-lts-utopic
 
-apt-get autoremove --purge
+apt-get -y autoremove --purge
 
 # Setup cloud-init
 apt-get -y install cloud-init