summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-06-07 10:54:30 +0200
committervarac <varacanero@zeromail.org>2016-06-07 10:54:30 +0200
commit9b12c17a7ac6820cbf9ee73f6e2037698e84ac2a (patch)
treee98a782a0689b1bf71637a3b9274ca4ab6132e73
parent30f967c900cf470a2d7dab7a5a0d334d1c123010 (diff)
use debian 8.5
-rw-r--r--README.md4
-rw-r--r--jessie.json8
2 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 19e54ce..7c0db34 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,8 @@
## Currently supported
-- Debian Jessie (8.2)
-- qemu (working) and virtualbox (WIP)
+- Debian Jessie
+- qemu and virtualbox
## Customization
diff --git a/jessie.json b/jessie.json
index aceb66c..54cad9d 100644
--- a/jessie.json
+++ b/jessie.json
@@ -61,9 +61,9 @@
"format": "qcow2",
"headless": "true",
"http_directory": "http",
- "iso_checksum": "7a6b418e6a4ee3ca75dda04d79ed96c9e2c33bb0c703ca7e40c6374ab4590748",
+ "iso_checksum": "ad4e8c27c561ad8248d5ebc1d36eb172f884057bfeb2c22ead823f59fa8c3dff",
"iso_checksum_type": "sha256",
- "iso_url": "http://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-8.4.0-amd64-netinst.iso",
+ "iso_url": "http://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-8.5.0-amd64-netinst.iso",
"net_device": "virtio-net",
"qemuargs": [
[ "-m", "1024M" ]
@@ -95,9 +95,9 @@
"disk_size": "{{ user `disk_size`}}",
"guest_os_type": "Debian_64",
"http_directory": "http",
- "iso_checksum": "7a6b418e6a4ee3ca75dda04d79ed96c9e2c33bb0c703ca7e40c6374ab4590748",
+ "iso_checksum": "ad4e8c27c561ad8248d5ebc1d36eb172f884057bfeb2c22ead823f59fa8c3dff",
"iso_checksum_type": "sha256",
- "iso_url": "http://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-8.4.0-amd64-netinst.iso",
+ "iso_url": "http://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-8.5.0-amd64-netinst.iso",
"ssh_username": "vagrant",
"ssh_password": "vagrant",
"ssh_port": 22,