Skip to content

Commit

Permalink
CentOS 5.11-x86_64 building w/ vbox 5.1.x. Fix #729.
Browse files Browse the repository at this point in the history
Signed-off-by: Seth Thomas <sthomas@chef.io>
  • Loading branch information
Seth Thomas committed Nov 29, 2016
1 parent c7f8c16 commit db15d5f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions centos-5.11-i386.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@
"{{.Name}}",
"--cpus",
"{{ user `cpus` }}"
],
[
"modifyvm",
"{{.Name}}",
"--paravirtprovider",
"none"
]
],
"virtualbox_version_file": ".vbox_version",
Expand Down
6 changes: 6 additions & 0 deletions centos-5.11-x86_64.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@
"{{.Name}}",
"--cpus",
"{{ user `cpus` }}"
],
[
"modifyvm",
"{{.Name}}",
"--paravirtprovider",
"none"
]
],
"virtualbox_version_file": ".vbox_version",
Expand Down

0 comments on commit db15d5f

Please sign in to comment.