From 24e9810c2320c4364c7123a4c7190c7d37cd68ff Mon Sep 17 00:00:00 2001 From: Taliesin Sisson Date: Mon, 14 Nov 2016 22:40:14 +0000 Subject: [PATCH] guest_os_type is no longer used --- website/source/docs/builders/hyperv-iso.html.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/website/source/docs/builders/hyperv-iso.html.markdown b/website/source/docs/builders/hyperv-iso.html.markdown index 4adb21d46..b4f09dee1 100644 --- a/website/source/docs/builders/hyperv-iso.html.markdown +++ b/website/source/docs/builders/hyperv-iso.html.markdown @@ -26,7 +26,6 @@ Ubuntu to self-install. Still, the example serves to show the basic configuratio ```javascript { "type": "hyperv-iso", - "guest_os_type": "Ubuntu_64", "iso_url": "http://releases.ubuntu.com/12.04/ubuntu-12.04.5-server-amd64.iso", "iso_checksum": "769474248a3897f4865817446f9a4a53", "iso_checksum_type": "md5",