From 44d1d8ebf16fb2b6560613867394a7f7e942a9f0 Mon Sep 17 00:00:00 2001 From: "Julian C. Dunn" Date: Fri, 29 Nov 2013 22:27:03 -0500 Subject: [PATCH] Fix FreeBSD i386 guest_os_type --- packer/freebsd-9.1-i386.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packer/freebsd-9.1-i386.json b/packer/freebsd-9.1-i386.json index 0c7da3e86..8627b0be0 100644 --- a/packer/freebsd-9.1-i386.json +++ b/packer/freebsd-9.1-i386.json @@ -33,7 +33,7 @@ ], "boot_wait": "10s", "disk_size": 10140, - "guest_os_type": "FreeBSD_64", + "guest_os_type": "FreeBSD", "http_directory": "http", "iso_checksum": "e37d86ce83908bf4b667fdae7298bca5", "iso_checksum_type": "md5", @@ -69,7 +69,7 @@ ], "boot_wait": "10s", "disk_size": 10140, - "guest_os_type": "freebsd-64", + "guest_os_type": "freebsd", "http_directory": "http", "iso_checksum": "e37d86ce83908bf4b667fdae7298bca5", "iso_checksum_type": "md5",