From db15d5f9ec4eb6795f2f01d601de6d451a63b6f2 Mon Sep 17 00:00:00 2001 From: Seth Thomas Date: Tue, 29 Nov 2016 17:35:26 -0500 Subject: [PATCH] CentOS 5.11-x86_64 building w/ vbox 5.1.x. Fix #729. Signed-off-by: Seth Thomas --- centos-5.11-i386.json | 6 ++++++ centos-5.11-x86_64.json | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/centos-5.11-i386.json b/centos-5.11-i386.json index 760b26593..9236f2169 100644 --- a/centos-5.11-i386.json +++ b/centos-5.11-i386.json @@ -33,6 +33,12 @@ "{{.Name}}", "--cpus", "{{ user `cpus` }}" + ], + [ + "modifyvm", + "{{.Name}}", + "--paravirtprovider", + "none" ] ], "virtualbox_version_file": ".vbox_version", diff --git a/centos-5.11-x86_64.json b/centos-5.11-x86_64.json index 28ddd11ec..0756f4868 100644 --- a/centos-5.11-x86_64.json +++ b/centos-5.11-x86_64.json @@ -33,6 +33,12 @@ "{{.Name}}", "--cpus", "{{ user `cpus` }}" + ], + [ + "modifyvm", + "{{.Name}}", + "--paravirtprovider", + "none" ] ], "virtualbox_version_file": ".vbox_version",