|
154 | 154 | "{{user `box_cpus`}}"
|
155 | 155 | ]
|
156 | 156 | ]
|
| 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 | + } |
157 | 201 | }
|
158 | 202 | ],
|
159 | 203 | "post-processors": [
|
|
173 | 217 | },
|
174 | 218 | "devfort-ubuntu-13.04-provisionerless-120gb-virtualbox": {
|
175 | 219 | "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}}'" |
176 | 223 | }
|
177 | 224 | },
|
178 | 225 | "scripts": [
|
|
188 | 235 | }
|
189 | 236 | ]
|
190 | 237 | }
|
191 |
| - |
|
0 commit comments