Skip to content

Commit

Permalink
updating debian-7.1.0 to debian-7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean OMeara committed Oct 20, 2013
1 parent 8d58c07 commit d6bf5ca
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"boot_command": [
"<esc><wait>",
"install <wait>",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-7.1.0/preseed.cfg <wait>",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-7.2.0/preseed.cfg <wait>",
"debian-installer=en_US <wait>",
"auto <wait>",
"locale=en_US <wait>",
Expand All @@ -23,9 +23,9 @@
"disk_size": 40960,
"guest_os_type": "Debian_64",
"http_directory": "http",
"iso_checksum": "a294e443f3bd09414b4c314f1328c170620f879f",
"iso_checksum": "c7c1e2bf7ec4760b9fecf77fefa6062b73330359",
"iso_checksum_type": "sha1",
"iso_url": "http://cdimage.debian.org/debian-cd/7.1.0/amd64/iso-cd/debian-7.1.0-amd64-CD-1.iso",
"iso_url": "http://cdimage.debian.org/debian-cd/7.2.0/amd64/iso-cd/debian-7.2.0-amd64-CD-1.iso",
"tools_upload_flavor": "linux",
"ssh_username": "vagrant",
"ssh_password": "vagrant",
Expand All @@ -44,7 +44,7 @@
"boot_command": [
"<esc><wait>",
"install <wait>",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-7.1.0/preseed.cfg <wait>",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-7.2.0/preseed.cfg <wait>",
"debian-installer=en_US <wait>",
"auto <wait>",
"locale=en_US <wait>",
Expand All @@ -62,9 +62,9 @@
"disk_size": 40960,
"guest_os_type": "debian5-64",
"http_directory": "http",
"iso_checksum": "a294e443f3bd09414b4c314f1328c170620f879f",
"iso_checksum": "c7c1e2bf7ec4760b9fecf77fefa6062b73330359",
"iso_checksum_type": "sha1",
"iso_url": "http://cdimage.debian.org/debian-cd/7.1.0/amd64/iso-cd/debian-7.1.0-amd64-CD-1.iso",
"iso_url": "http://cdimage.debian.org/debian-cd/7.2.0/amd64/iso-cd/debian-7.2.0-amd64-CD-1.iso",
"ssh_username": "vagrant",
"ssh_password": "vagrant",
"ssh_port": 22,
Expand All @@ -80,7 +80,7 @@
"post-processors": [
{
"type": "vagrant",
"output": "../builds/{{.Provider}}/opscode_debian-7.1.0_provisionerless.box"
"output": "../builds/{{.Provider}}/opscode_debian-7.2.0_provisionerless.box"
}
],
"provisioners": [
Expand Down
14 changes: 7 additions & 7 deletions packer/debian-7.1.0-i386.json → packer/debian-7.2.0-i386.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"boot_command": [
"<esc><wait>",
"install <wait>",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-7.1.0/preseed.cfg <wait>",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-7.2.0/preseed.cfg <wait>",
"debian-installer=en_US <wait>",
"auto <wait>",
"locale=en_US <wait>",
Expand All @@ -23,9 +23,9 @@
"disk_size": 40960,
"guest_os_type": "Debian",
"http_directory": "http",
"iso_checksum": "fecd8856e6cf5e248a52e31deb9ebb0e61129f82",
"iso_checksum": "011d42505fdafeb9be2bd0379a12d4042f24cfd5",
"iso_checksum_type": "sha1",
"iso_url": "http://cdimage.debian.org/debian-cd/7.1.0/i386/iso-cd/debian-7.1.0-i386-CD-1.iso",
"iso_url": "http://cdimage.debian.org/debian-cd/7.2.0/i386/iso-cd/debian-7.2.0-i386-CD-1.iso",
"tools_upload_flavor": "linux",
"ssh_username": "vagrant",
"ssh_password": "vagrant",
Expand All @@ -44,7 +44,7 @@
"boot_command": [
"<esc><wait>",
"install <wait>",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-7.1.0/preseed.cfg <wait>",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-7.2.0/preseed.cfg <wait>",
"debian-installer=en_US <wait>",
"auto <wait>",
"locale=en_US <wait>",
Expand All @@ -62,9 +62,9 @@
"disk_size": 40960,
"guest_os_type": "debian5",
"http_directory": "http",
"iso_checksum": "fecd8856e6cf5e248a52e31deb9ebb0e61129f82",
"iso_checksum": "011d42505fdafeb9be2bd0379a12d4042f24cfd5",
"iso_checksum_type": "sha1",
"iso_url": "http://cdimage.debian.org/debian-cd/7.1.0/i386/iso-cd/debian-7.1.0-i386-CD-1.iso",
"iso_url": "http://cdimage.debian.org/debian-cd/7.2.0/i386/iso-cd/debian-7.2.0-i386-CD-1.iso",
"ssh_username": "vagrant",
"ssh_password": "vagrant",
"ssh_port": 22,
Expand All @@ -80,7 +80,7 @@
"post-processors": [
{
"type": "vagrant",
"output": "../builds/{{.Provider}}/opscode_debian-7.1.0-i386_provisionerless.box"
"output": "../builds/{{.Provider}}/opscode_debian-7.2.0-i386_provisionerless.box"
}
],
"provisioners": [
Expand Down

0 comments on commit d6bf5ca

Please sign in to comment.