diff --git a/packer/debian-6.0.7-amd64.json b/packer/debian-6.0.8-amd64.json similarity index 90% rename from packer/debian-6.0.7-amd64.json rename to packer/debian-6.0.8-amd64.json index e69d028b3..5cdddb0dd 100644 --- a/packer/debian-6.0.7-amd64.json +++ b/packer/debian-6.0.8-amd64.json @@ -5,7 +5,7 @@ "boot_command": [ "", "install ", - "preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-6.0.7/preseed.cfg ", + "preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-6.0.8/preseed.cfg ", "debian-installer=en_US ", "auto ", "locale=en_US ", @@ -23,9 +23,9 @@ "disk_size": 40960, "guest_os_type": "Debian_64", "http_directory": "http", - "iso_checksum": "33877b8bff3a7def4ba1b551615d8459a3a7b268", + "iso_checksum": "144194cea77f0e527fd07bd6aa28d1ab50cb5a95", "iso_checksum_type": "sha1", - "iso_url": "http://cdimage.debian.org/cdimage/archive/6.0.7/amd64/iso-cd/debian-6.0.7-amd64-CD-1.iso", + "iso_url": "http://cdimage.debian.org/cdimage/archive/6.0.8/amd64/iso-cd/debian-6.0.8-amd64-CD-1.iso", "tools_upload_flavor": "linux", "ssh_username": "vagrant", "ssh_password": "vagrant", @@ -44,7 +44,7 @@ "boot_command": [ "", "install ", - "preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-6.0.7/preseed.cfg ", + "preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-6.0.8/preseed.cfg ", "debian-installer=en_US ", "auto ", "locale=en_US ", @@ -62,9 +62,9 @@ "disk_size": 40960, "guest_os_type": "debian5-64", "http_directory": "http", - "iso_checksum": "33877b8bff3a7def4ba1b551615d8459a3a7b268", + "iso_checksum": "144194cea77f0e527fd07bd6aa28d1ab50cb5a95", "iso_checksum_type": "sha1", - "iso_url": "http://cdimage.debian.org/cdimage/archive/6.0.7/amd64/iso-cd/debian-6.0.7-amd64-CD-1.iso", + "iso_url": "http://cdimage.debian.org/cdimage/archive/6.0.8/amd64/iso-cd/debian-6.0.8-amd64-CD-1.iso", "ssh_username": "vagrant", "ssh_password": "vagrant", "ssh_port": 22, @@ -80,7 +80,7 @@ "post-processors": [ { "type": "vagrant", - "output": "../builds/{{.Provider}}/opscode_debian-6.0.7_provisionerless.box" + "output": "../builds/{{.Provider}}/opscode_debian-6.0.8_provisionerless.box" } ], "provisioners": [ diff --git a/packer/debian-6.0.7-i386.json b/packer/debian-6.0.8-i386.json similarity index 90% rename from packer/debian-6.0.7-i386.json rename to packer/debian-6.0.8-i386.json index b9edde289..5677ab5e4 100644 --- a/packer/debian-6.0.7-i386.json +++ b/packer/debian-6.0.8-i386.json @@ -5,7 +5,7 @@ "boot_command": [ "", "install ", - "preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-6.0.7/preseed.cfg ", + "preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-6.0.8/preseed.cfg ", "debian-installer=en_US ", "auto ", "locale=en_US ", @@ -23,9 +23,9 @@ "disk_size": 40960, "guest_os_type": "Debian", "http_directory": "http", - "iso_checksum": "de0d9ce1eb8d238dd3747a28586655b526b398a2", + "iso_checksum": "144194cea77f0e527fd07bd6aa28d1ab50cb5a95", "iso_checksum_type": "sha1", - "iso_url": "http://cdimage.debian.org/cdimage/archive/6.0.7/i386/iso-cd/debian-6.0.7-i386-CD-1.iso", + "iso_url": "http://cdimage.debian.org/cdimage/archive/6.0.8/i386/iso-cd/debian-6.0.8-i386-CD-1.iso", "tools_upload_flavor": "linux", "ssh_username": "vagrant", "ssh_password": "vagrant", @@ -44,7 +44,7 @@ "boot_command": [ "", "install ", - "preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-6.0.7/preseed.cfg ", + "preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-6.0.8/preseed.cfg ", "debian-installer=en_US ", "auto ", "locale=en_US ", @@ -62,9 +62,9 @@ "disk_size": 40960, "guest_os_type": "debian5", "http_directory": "http", - "iso_checksum": "de0d9ce1eb8d238dd3747a28586655b526b398a2", + "iso_checksum": "144194cea77f0e527fd07bd6aa28d1ab50cb5a95", "iso_checksum_type": "sha1", - "iso_url": "http://cdimage.debian.org/cdimage/archive/6.0.7/i386/iso-cd/debian-6.0.7-i386-CD-1.iso", + "iso_url": "http://cdimage.debian.org/cdimage/archive/6.0.8/i386/iso-cd/debian-6.0.8-i386-CD-1.iso", "ssh_username": "vagrant", "ssh_password": "vagrant", "ssh_port": 22, @@ -80,7 +80,7 @@ "post-processors": [ { "type": "vagrant", - "output": "../builds/{{.Provider}}/opscode_debian-6.0.7-i386_provisionerless.box" + "output": "../builds/{{.Provider}}/opscode_debian-6.0.8-i386_provisionerless.box" } ], "provisioners": [ diff --git a/packer/debian-7.1.0-amd64.json b/packer/debian-7.2.0-amd64.json similarity index 86% rename from packer/debian-7.1.0-amd64.json rename to packer/debian-7.2.0-amd64.json index 415571b2e..e2e74fb1c 100644 --- a/packer/debian-7.1.0-amd64.json +++ b/packer/debian-7.2.0-amd64.json @@ -5,7 +5,7 @@ "boot_command": [ "", "install ", - "preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-7.1.0/preseed.cfg ", + "preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-7.2.0/preseed.cfg ", "debian-installer=en_US ", "auto ", "locale=en_US ", @@ -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", @@ -44,7 +44,7 @@ "boot_command": [ "", "install ", - "preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-7.1.0/preseed.cfg ", + "preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-7.2.0/preseed.cfg ", "debian-installer=en_US ", "auto ", "locale=en_US ", @@ -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, @@ -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": [ diff --git a/packer/debian-7.1.0-i386.json b/packer/debian-7.2.0-i386.json similarity index 87% rename from packer/debian-7.1.0-i386.json rename to packer/debian-7.2.0-i386.json index 8cd139429..5a163ffda 100644 --- a/packer/debian-7.1.0-i386.json +++ b/packer/debian-7.2.0-i386.json @@ -5,7 +5,7 @@ "boot_command": [ "", "install ", - "preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-7.1.0/preseed.cfg ", + "preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-7.2.0/preseed.cfg ", "debian-installer=en_US ", "auto ", "locale=en_US ", @@ -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", @@ -44,7 +44,7 @@ "boot_command": [ "", "install ", - "preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-7.1.0/preseed.cfg ", + "preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-7.2.0/preseed.cfg ", "debian-installer=en_US ", "auto ", "locale=en_US ", @@ -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, @@ -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": [ diff --git a/packer/http/debian-6.0.7/preseed.cfg b/packer/http/debian-6.0.8/preseed.cfg similarity index 100% rename from packer/http/debian-6.0.7/preseed.cfg rename to packer/http/debian-6.0.8/preseed.cfg diff --git a/packer/http/debian-7.1.0/preseed.cfg b/packer/http/debian-7.2.0/preseed.cfg similarity index 100% rename from packer/http/debian-7.1.0/preseed.cfg rename to packer/http/debian-7.2.0/preseed.cfg