new iso, proper directory, vmware tunning
diff --git a/ubuntu-14.04/scripts/base.sh b/ubuntu-14.04/scripts/base.sh
index 4f1b197..257df54 100644
--- a/ubuntu-14.04/scripts/base.sh
+++ b/ubuntu-14.04/scripts/base.sh
@@ -1,9 +1,10 @@
-# TODO: move this to packages.sh
+# base packages and setup
 apt-get update
 apt-get -y upgrade
 apt-get -y dist-upgrade
 apt-get -y install linux-headers-$(uname -r)
 apt-get -y install curl
+
 # apt-get -y install cloud-init
 
 # to be removed