From c065d41616baf7b8cde566c01047470727858af8 Mon Sep 17 00:00:00 2001 From: anon Date: Fri, 30 Aug 2019 11:14:24 -0500 Subject: [PATCH] Enabled headless mode so one can easily SSH into a server and build a box --- ubuntu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu.json b/ubuntu.json index 9f863839..71c61267 100644 --- a/ubuntu.json +++ b/ubuntu.json @@ -199,7 +199,7 @@ "desktop": "false", "disk_size": "65536", "ftp_proxy": "{{env `ftp_proxy`}}", - "headless": "false", + "headless": "true", "http_proxy": "{{env `http_proxy`}}", "https_proxy": "{{env `https_proxy`}}", "install_vagrant_key": "true",