summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--template.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/template.json b/template.json
index c2f77d8..41479ec 100644
--- a/template.json
+++ b/template.json
@@ -28,7 +28,7 @@
"builders": [
{
"type": "virtualbox-iso",
- "name": "virtualbox",
+ "name": "VirtualBox",
"boot_command": [
"<esc><esc><enter><wait>",
"/install/vmlinuz noapic preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg ",
@@ -56,7 +56,7 @@
},
{
"type": "vmware-iso",
- "name": "vmware",
+ "name": "VMware",
"boot_command": [
"<esc><esc><enter><wait>",
"/install/vmlinuz noapic preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg ",