Skip to content

Commit

Permalink
Debian 9: update from 9.4 to 9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-lang committed Aug 11, 2018
1 parent 3b98c07 commit f1b6005
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions debian-9.4-amd64.json → debian-9.5-amd64.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"builders": [{
"type": "qemu",
"iso_url": "{{user `mirror`}}/9.4.0/amd64/iso-cd/debian-9.4.0-amd64-netinst.iso",
"iso_url": "{{user `mirror`}}/9.5.0/amd64/iso-cd/debian-9.5.0-amd64-netinst.iso",
"iso_checksum": "{{user `iso_checksum`}}",
"iso_checksum_type": "{{user `iso_checksum_type`}}",
"output_directory": "output-debian-9.4-amd64-{{build_type}}",
"vm_name": "packer-debian-9.4-amd64",
"output_directory": "output-debian-9.5-amd64-{{build_type}}",
"vm_name": "packer-debian-9.5-amd64",
"disk_size": "{{user `disk_size`}}",
"headless": "{{user `headless`}}",
"http_directory": "http",
Expand All @@ -14,7 +14,7 @@
"<esc><wait>",
"auto ",
"net.ifnames=0 ",
"preseed/url=http://{{.HTTPIP}}:{{.HTTPPort}}/debian-9.4/preseed.cfg ",
"preseed/url=http://{{.HTTPIP}}:{{.HTTPPort}}/debian-9.5/preseed.cfg ",
"<enter>"
],
"ssh_timeout": "{{user `ssh_timeout`}}",
Expand All @@ -28,11 +28,11 @@
}, {
"type": "virtualbox-iso",
"guest_os_type": "Debian_64",
"iso_url": "{{user `mirror`}}/9.4.0/amd64/iso-cd/debian-9.4.0-amd64-netinst.iso",
"iso_url": "{{user `mirror`}}/9.5.0/amd64/iso-cd/debian-9.5.0-amd64-netinst.iso",
"iso_checksum": "{{user `iso_checksum`}}",
"iso_checksum_type": "{{user `iso_checksum_type`}}",
"output_directory": "output-debian-9.4-amd64-{{build_type}}",
"vm_name": "packer-debian-9.4-amd64",
"output_directory": "output-debian-9.5-amd64-{{build_type}}",
"vm_name": "packer-debian-9.5-amd64",
"disk_size": "{{user `disk_size`}}",
"headless": "{{user `headless`}}",
"http_directory": "http",
Expand All @@ -41,7 +41,7 @@
"<esc><wait>",
"auto ",
"net.ifnames=0 ",
"preseed/url=http://{{.HTTPIP}}:{{.HTTPPort}}/debian-9.4/preseed.cfg ",
"preseed/url=http://{{.HTTPIP}}:{{.HTTPPort}}/debian-9.5/preseed.cfg ",
"<enter>"
],
"ssh_timeout": "{{user `ssh_timeout`}}",
Expand All @@ -55,11 +55,11 @@
}, {
"type": "vmware-iso",
"guest_os_type": "debian8-64",
"iso_url": "{{user `mirror`}}/9.4.0/amd64/iso-cd/debian-9.4.0-amd64-netinst.iso",
"iso_url": "{{user `mirror`}}/9.5.0/amd64/iso-cd/debian-9.5.0-amd64-netinst.iso",
"iso_checksum": "{{user `iso_checksum`}}",
"iso_checksum_type": "{{user `iso_checksum_type`}}",
"output_directory": "output-debian-9.4-amd64-{{build_type}}",
"vm_name": "packer-debian-9.4-amd64",
"output_directory": "output-debian-9.5-amd64-{{build_type}}",
"vm_name": "packer-debian-9.5-amd64",
"disk_size": "{{user `disk_size`}}",
"headless": "{{user `headless`}}",
"http_directory": "http",
Expand All @@ -68,7 +68,7 @@
"<esc><wait>",
"auto ",
"net.ifnames=0 ",
"preseed/url=http://{{.HTTPIP}}:{{.HTTPPort}}/debian-9.4/preseed.cfg ",
"preseed/url=http://{{.HTTPIP}}:{{.HTTPPort}}/debian-9.5/preseed.cfg ",
"<enter>"
],
"ssh_timeout": "{{user `ssh_timeout`}}",
Expand All @@ -85,7 +85,7 @@
"type": "shell",
"scripts": [
"scripts/debian/virtualbox.sh",
"scripts/debian-9.4/vmware.sh",
"scripts/debian-9.5/vmware.sh",
"scripts/common/vagrant.sh",
"scripts/common/sshd.sh",
"scripts/debian/cleanup.sh",
Expand All @@ -95,14 +95,14 @@
"post-processors": [{
"type": "vagrant",
"compression_level": "{{user `compression_level`}}",
"output": "debian-9.4-amd64-{{.Provider}}.box"
"output": "debian-9.5-amd64-{{.Provider}}.box"
}],
"variables": {
"compression_level": "6",
"cpus": "1",
"disk_size": "40000",
"headless": "false",
"iso_checksum": "124d270006703f2111224dec3bf7a9d01450168be41d4834f88fdd035552b044",
"iso_checksum": "1f97a4b8dee7c3def5cd8215ff01b9edef27c901b28fa8b1ef4f022eff7c36c2",
"iso_checksum_type": "sha256",
"memory": "512",
"mirror": "http://cdimage.debian.org/debian-cd",
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit f1b6005

Please sign in to comment.