centos-7 support
diff --git a/centos-7.0/template.json b/centos-7.0/template.json
index f6f2db4..44aa294 100644
--- a/centos-7.0/template.json
+++ b/centos-7.0/template.json
@@ -83,11 +83,11 @@
"format": "qcow2",
"accelerator": "kvm",
"disk_size": "{{ user `disk_size`}}",
- "iso_checksum": "99e450fb1b22d2e528757653fcbf5fdc",
- "iso_checksum_type": "sha1",
- "iso_url": "http://ftp.fi.muni.cz/pub/linux/centos/7/isos/x86_64/CentOS-7-x86_64-DVD-1503.iso",
+ "iso_checksum": "99e450fb1b22d2e528757653fcbf5fdc",
+ "iso_checksum_type": "md5",
+ "iso_url": "http://ftp.fi.muni.cz/pub/linux/centos/7/isos/x86_64/CentOS-7-x86_64-DVD-1503-01.iso",
"http_directory": "http",
- "headless": true,
+ "headless": false,
"ssh_username": "{{user `user`}}",
"ssh_password": "{{user `password`}}",
"shutdown_command": "echo '{{user `password`}}'|sudo -S shutdown -P now",