From 6d18cf6cbd70d82a987d80f2530caa10ecf51ad8 Mon Sep 17 00:00:00 2001 From: Stefan Scherer Date: Sat, 2 Sep 2017 18:47:51 +0200 Subject: [PATCH] Remove boot_command --- windows_2016_insider.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/windows_2016_insider.json b/windows_2016_insider.json index 5d97c30..452c7be 100644 --- a/windows_2016_insider.json +++ b/windows_2016_insider.json @@ -5,7 +5,6 @@ "type": "hyperv-iso", "disk_size": 41440, "boot_wait": "60s", - "boot_command": "", "guest_additions_mode":"disable", "iso_url": "{{user `iso_url`}}", "iso_checksum_type": "{{user `iso_checksum_type`}}", @@ -35,7 +34,6 @@ "iso_checksum": "{{user `iso_checksum`}}", "headless": false, "boot_wait": "60s", - "boot_command": "", "winrm_username": "vagrant", "winrm_password": "vagrant", "winrm_timeout": "2h", @@ -66,7 +64,6 @@ "iso_checksum": "{{user `iso_checksum`}}", "headless": false, "boot_wait": "60s", - "boot_command": "", "winrm_username": "vagrant", "winrm_password": "vagrant", "winrm_timeout": "2h", -- GitLab