Skip to content

Commit 69f1ab6

Browse files
committed
Merge pull request #164 from tmatilai/debian-7.4
Add Packer templates for Debian 7.4
2 parents 3bd9c86 + fe63296 commit 69f1ab6

File tree

6 files changed

+22
-320
lines changed

6 files changed

+22
-320
lines changed

packer/debian-7.2.0-amd64.json

Lines changed: 0 additions & 125 deletions
This file was deleted.

packer/debian-7.2.0-i386.json

Lines changed: 0 additions & 125 deletions
This file was deleted.
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"boot_command": [
1010
"<esc><wait>",
1111
"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>",
1313
"debian-installer=en_US <wait>",
1414
"auto <wait>",
1515
"locale=en_US <wait>",
@@ -27,18 +27,18 @@
2727
"disk_size": 40960,
2828
"guest_os_type": "Debian_64",
2929
"http_directory": "http",
30-
"iso_checksum": "5efcbf9f1b7b38915e86ff79be2157989e4e70e7",
30+
"iso_checksum": "d68c40dfdca601f912c0f1ae991cdb439d1c572e",
3131
"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",
3333
"ssh_username": "vagrant",
3434
"ssh_password": "vagrant",
3535
"ssh_port": 22,
3636
"ssh_wait_timeout": "10000s",
3737
"shutdown_command": "echo 'vagrant'|sudo -S /sbin/shutdown -hP now",
3838
"guest_additions_path": "VBoxGuestAdditions_{{.Version}}.iso",
3939
"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",
4242
"vboxmanage": [
4343
[ "modifyvm", "{{.Name}}", "--memory", "384" ],
4444
[ "modifyvm", "{{.Name}}", "--cpus", "1" ]
@@ -49,7 +49,7 @@
4949
"boot_command": [
5050
"<esc><wait>",
5151
"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>",
5353
"debian-installer=en_US <wait>",
5454
"auto <wait>",
5555
"locale=en_US <wait>",
@@ -67,17 +67,17 @@
6767
"disk_size": 40960,
6868
"guest_os_type": "debian5-64",
6969
"http_directory": "http",
70-
"iso_checksum": "5efcbf9f1b7b38915e86ff79be2157989e4e70e7",
70+
"iso_checksum": "d68c40dfdca601f912c0f1ae991cdb439d1c572e",
7171
"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",
7373
"ssh_username": "vagrant",
7474
"ssh_password": "vagrant",
7575
"ssh_port": 22,
7676
"ssh_wait_timeout": "10000s",
7777
"shutdown_command": "echo 'vagrant'|sudo -S /sbin/shutdown -hP now",
7878
"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",
8181
"vmx_data": {
8282
"memsize": "384",
8383
"numvcpus": "1",
@@ -88,7 +88,7 @@
8888
"post-processors": [
8989
{
9090
"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"
9292
}
9393
],
9494
"provisioners": [
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"boot_command": [
1010
"<esc><wait>",
1111
"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>",
1313
"debian-installer=en_US <wait>",
1414
"auto <wait>",
1515
"locale=en_US <wait>",
@@ -27,18 +27,18 @@
2727
"disk_size": 40960,
2828
"guest_os_type": "Debian",
2929
"http_directory": "http",
30-
"iso_checksum": "ed2d36bcf660f8f6d6ca7318f58ed2ba2f75160a",
30+
"iso_checksum": "b6daf1584bf9e7748ebd160b09745984c244c3bb",
3131
"iso_checksum_type": "sha1",
32-
"iso_url": "{{user `mirror`}}/7.3.0/i386/iso-cd/debian-7.3.0-i386-CD-1.iso",
32+
"iso_url": "{{user `mirror`}}/7.4.0/i386/iso-cd/debian-7.4.0-i386-CD-1.iso",
3333
"ssh_username": "vagrant",
3434
"ssh_password": "vagrant",
3535
"ssh_port": 22,
3636
"ssh_wait_timeout": "10000s",
3737
"shutdown_command": "echo 'vagrant'|sudo -S /sbin/shutdown -hP now",
3838
"guest_additions_path": "VBoxGuestAdditions_{{.Version}}.iso",
3939
"virtualbox_version_file": ".vbox_version",
40-
"vm_name": "packer-debian-7.3.0-i386",
41-
"output_directory": "packer-debian-7.3.0-i386",
40+
"vm_name": "packer-debian-7.4-i386",
41+
"output_directory": "packer-debian-7.4-i386-virtualbox",
4242
"vboxmanage": [
4343
[ "modifyvm", "{{.Name}}", "--memory", "384" ],
4444
[ "modifyvm", "{{.Name}}", "--cpus", "1" ]
@@ -49,7 +49,7 @@
4949
"boot_command": [
5050
"<esc><wait>",
5151
"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>",
5353
"debian-installer=en_US <wait>",
5454
"auto <wait>",
5555
"locale=en_US <wait>",
@@ -67,17 +67,17 @@
6767
"disk_size": 40960,
6868
"guest_os_type": "debian5",
6969
"http_directory": "http",
70-
"iso_checksum": "ed2d36bcf660f8f6d6ca7318f58ed2ba2f75160a",
70+
"iso_checksum": "b6daf1584bf9e7748ebd160b09745984c244c3bb",
7171
"iso_checksum_type": "sha1",
72-
"iso_url": "{{user `mirror`}}/7.3.0/i386/iso-cd/debian-7.3.0-i386-CD-1.iso",
72+
"iso_url": "{{user `mirror`}}/7.4.0/i386/iso-cd/debian-7.4.0-i386-CD-1.iso",
7373
"ssh_username": "vagrant",
7474
"ssh_password": "vagrant",
7575
"ssh_port": 22,
7676
"ssh_wait_timeout": "10000s",
7777
"shutdown_command": "echo 'vagrant'|sudo -S /sbin/shutdown -hP now",
7878
"tools_upload_flavor": "linux",
79-
"vm_name": "packer-debian-7.3.0-i386",
80-
"output_directory": "packer-debian-7.3.0-i386",
79+
"vm_name": "packer-debian-7.4-i386",
80+
"output_directory": "packer-debian-7.4-i386-vmware",
8181
"vmx_data": {
8282
"memsize": "384",
8383
"numvcpus": "1",
@@ -88,7 +88,7 @@
8888
"post-processors": [
8989
{
9090
"type": "vagrant",
91-
"output": "../builds/{{.Provider}}/opscode_debian-7.3.0-i386_chef-{{user `chef_version`}}.box"
91+
"output": "../builds/{{.Provider}}/opscode_debian-7.4-i386_chef-{{user `chef_version`}}.box"
9292
}
9393
],
9494
"provisioners": [

0 commit comments

Comments
 (0)