From d8a8de70046594b63481b78c57e291b8ce40246f Mon Sep 17 00:00:00 2001 From: "Julian C. Dunn" Date: Tue, 8 Dec 2015 00:11:33 -0500 Subject: [PATCH] Fix RHEL 6.7 guest type --- rhel-6.7-x86_64.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhel-6.7-x86_64.json b/rhel-6.7-x86_64.json index 04cebcad6..97e5e373d 100644 --- a/rhel-6.7-x86_64.json +++ b/rhel-6.7-x86_64.json @@ -44,7 +44,7 @@ ], "boot_wait": "10s", "disk_size": 40960, - "guest_os_type": "oraclelinux-64", + "guest_os_type": "rhel6-64", "headless": "{{ user `headless` }}", "http_directory": "http", "iso_checksum": "{{user `iso_checksum`}}",