|
9 | 9 | "boot_command": [ |
10 | 10 | "<esc><wait>", |
11 | 11 | "install <wait>", |
12 | | - "preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-7.3.0/preseed.cfg <wait>", |
| 12 | + "preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-7/preseed.cfg <wait>", |
13 | 13 | "debian-installer=en_US <wait>", |
14 | 14 | "auto <wait>", |
15 | 15 | "locale=en_US <wait>", |
|
27 | 27 | "disk_size": 40960, |
28 | 28 | "guest_os_type": "Debian_64", |
29 | 29 | "http_directory": "http", |
30 | | - "iso_checksum": "5efcbf9f1b7b38915e86ff79be2157989e4e70e7", |
| 30 | + "iso_checksum": "d68c40dfdca601f912c0f1ae991cdb439d1c572e", |
31 | 31 | "iso_checksum_type": "sha1", |
32 | | - "iso_url": "{{user `mirror`}}/7.3.0/amd64/iso-cd/debian-7.3.0-amd64-CD-1.iso", |
| 32 | + "iso_url": "{{user `mirror`}}/7.4.0/amd64/iso-cd/debian-7.4.0-amd64-CD-1.iso", |
33 | 33 | "ssh_username": "vagrant", |
34 | 34 | "ssh_password": "vagrant", |
35 | 35 | "ssh_port": 22, |
36 | 36 | "ssh_wait_timeout": "10000s", |
37 | 37 | "shutdown_command": "echo 'vagrant'|sudo -S /sbin/shutdown -hP now", |
38 | 38 | "guest_additions_path": "VBoxGuestAdditions_{{.Version}}.iso", |
39 | 39 | "virtualbox_version_file": ".vbox_version", |
40 | | - "vm_name": "packer-debian-7.3.0-amd64", |
41 | | - "output_directory": "packer-debian-7.3.0-amd64", |
| 40 | + "vm_name": "packer-debian-7.4-amd64", |
| 41 | + "output_directory": "packer-debian-7.4-amd64-virtualbox", |
42 | 42 | "vboxmanage": [ |
43 | 43 | [ "modifyvm", "{{.Name}}", "--memory", "384" ], |
44 | 44 | [ "modifyvm", "{{.Name}}", "--cpus", "1" ] |
|
49 | 49 | "boot_command": [ |
50 | 50 | "<esc><wait>", |
51 | 51 | "install <wait>", |
52 | | - "preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-7.3.0/preseed.cfg <wait>", |
| 52 | + "preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-7/preseed.cfg <wait>", |
53 | 53 | "debian-installer=en_US <wait>", |
54 | 54 | "auto <wait>", |
55 | 55 | "locale=en_US <wait>", |
|
67 | 67 | "disk_size": 40960, |
68 | 68 | "guest_os_type": "debian5-64", |
69 | 69 | "http_directory": "http", |
70 | | - "iso_checksum": "5efcbf9f1b7b38915e86ff79be2157989e4e70e7", |
| 70 | + "iso_checksum": "d68c40dfdca601f912c0f1ae991cdb439d1c572e", |
71 | 71 | "iso_checksum_type": "sha1", |
72 | | - "iso_url": "{{user `mirror`}}/7.3.0/amd64/iso-cd/debian-7.3.0-amd64-CD-1.iso", |
| 72 | + "iso_url": "{{user `mirror`}}/7.4.0/amd64/iso-cd/debian-7.4.0-amd64-CD-1.iso", |
73 | 73 | "ssh_username": "vagrant", |
74 | 74 | "ssh_password": "vagrant", |
75 | 75 | "ssh_port": 22, |
76 | 76 | "ssh_wait_timeout": "10000s", |
77 | 77 | "shutdown_command": "echo 'vagrant'|sudo -S /sbin/shutdown -hP now", |
78 | 78 | "tools_upload_flavor": "linux", |
79 | | - "vm_name": "packer-debian-7.3.0-amd64", |
80 | | - "output_directory": "packer-debian-7.3.0-amd64", |
| 79 | + "vm_name": "packer-debian-7.4-amd64", |
| 80 | + "output_directory": "packer-debian-7.4-amd64-vmware", |
81 | 81 | "vmx_data": { |
82 | 82 | "memsize": "384", |
83 | 83 | "numvcpus": "1", |
|
88 | 88 | "post-processors": [ |
89 | 89 | { |
90 | 90 | "type": "vagrant", |
91 | | - "output": "../builds/{{.Provider}}/opscode_debian-7.3.0_chef-{{user `chef_version`}}.box" |
| 91 | + "output": "../builds/{{.Provider}}/opscode_debian-7.4_chef-{{user `chef_version`}}.box" |
92 | 92 | } |
93 | 93 | ], |
94 | 94 | "provisioners": [ |
|
0 commit comments