Skip to content

Commit 0600a1d

Browse files
committed
Add 120GB VMWare box builder.
1 parent 06bfb2b commit 0600a1d

File tree

1 file changed

+47
-1
lines changed

1 file changed

+47
-1
lines changed

devfort-boxes.json

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,50 @@
154154
"{{user `box_cpus`}}"
155155
]
156156
]
157+
},
158+
{
159+
"name": "devfort-ubuntu-13.04-provisionerless-120gb-vmware",
160+
"type": "vmware",
161+
"iso_url": "{{user `iso_url`}}",
162+
"iso_checksum": "{{user `iso_checksum`}}",
163+
"iso_checksum_type": "{{user `iso_checksum_type`}}",
164+
"boot_command": [
165+
"<esc><wait>",
166+
"<esc><wait>",
167+
"<enter><wait>",
168+
"/install/vmlinuz<wait>",
169+
" auto<wait>",
170+
" console-setup/ask_detect=false<wait>",
171+
" console-setup/layoutcode=us<wait>",
172+
" console-setup/modelcode=pc105<wait>",
173+
" debconf/frontend=noninteractive<wait>",
174+
" debian-installer=en_US<wait>",
175+
" fb=false<wait>",
176+
" initrd=/install/initrd.gz<wait>",
177+
" kbd-chooser/method=us<wait>",
178+
" keyboard-configuration/layout=USA<wait>",
179+
" keyboard-configuration/variant=USA<wait>",
180+
" locale=en_US<wait>",
181+
" netcfg/get_domain=vm<wait>",
182+
" netcfg/get_hostname=vagrant<wait>",
183+
" noapic<wait>",
184+
" preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg<wait>",
185+
" -- <wait>",
186+
"<enter><wait>"
187+
],
188+
"disk_size": 120000,
189+
"guest_os_type": "ubuntu-64",
190+
"http_directory": "{{user `http_directory`}}",
191+
"shutdown_command": "{{user `shutdown_command`}}",
192+
"ssh_password": "{{user `ssh_password`}}",
193+
"ssh_username": "{{user `ssh_username`}}",
194+
"tools_upload_flavor": "linux",
195+
"tools_upload_path": "vmware-tools-{{.Flavor}}.iso",
196+
"vmx_data": {
197+
"memsize": "384",
198+
"numvcpus": "1",
199+
"cpuid.coresPerSocket": "1"
200+
}
157201
}
158202
],
159203
"post-processors": [
@@ -173,6 +217,9 @@
173217
},
174218
"devfort-ubuntu-13.04-provisionerless-120gb-virtualbox": {
175219
"execute_command": "echo 'vagrant'|sudo -S sh '{{.Path}}'"
220+
},
221+
"devfort-ubuntu-13.04-provisionerless-120gb-vmware": {
222+
"execute_command": "echo 'vagrant'|sudo -S sh '{{.Path}}'"
176223
}
177224
},
178225
"scripts": [
@@ -188,4 +235,3 @@
188235
}
189236
]
190237
}
191-

0 commit comments

Comments
 (0)