Revert "Multiply updates"

This reverts commit e052fbe45f5814f6cf1bdca70e69bd90a7a99673.

Change-Id: I0e14869604529cabc9548bfbecc31b3159b35a9b
diff --git a/ubuntu-16.04/http/preseed.cfg b/ubuntu-16.04/http/preseed.cfg
index a736274..ed89955 100644
--- a/ubuntu-16.04/http/preseed.cfg
+++ b/ubuntu-16.04/http/preseed.cfg
@@ -1,7 +1,6 @@
 choose-mirror-bin mirror/http/proxy string
 d-i mirror/country string manual
 d-i apt-setup/use_mirror boolean false
-d-i base-installer/install-recommends boolean false
 
 d-i debian-installer/locale string en_US
 d-i debian-installer/language string en
diff --git a/ubuntu-16.04/run.example.sh b/ubuntu-16.04/run.example.sh
index 7341ce7..2ed17e0 100755
--- a/ubuntu-16.04/run.example.sh
+++ b/ubuntu-16.04/run.example.sh
@@ -25,6 +25,6 @@
 [ -f config-drive/cloudata.iso ] && rm -v config-drive/cloudata.iso
 mkisofs -o config-drive/cloudata.iso -V cidata -r -J --quiet config-drive
 # For qemu test-build:
-packer build -machine-readable -only=qemu -parallel=false -on-error=ask template.json
+packer build -only=qemu -parallel=false -on-error=ask template.json
 #rm -rf ~/.packer.d/
 
diff --git a/ubuntu-16.04/template.json b/ubuntu-16.04/template.json
index 71e67f3..7b87e75 100644
--- a/ubuntu-16.04/template.json
+++ b/ubuntu-16.04/template.json
@@ -132,14 +132,6 @@
       "only": [
         "docker"
       ]
-    },
-    {
-        "keep_input_artifact": false,
-        "output": "images/{{ user `image_name` }}.qcow2",
-        "type": "vagrant",
-        "only": [
-           "qemu"
-      ]
     }
   ],
   "builders": [