Merge pull request #6076 from pop/patch-1

Update qemu Basic Example
This commit is contained in:
Megan Marsh 2018-03-28 15:30:50 -07:00 committed by GitHub
commit 883ec47a1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ to files, URLS for ISOs and checksums.
[ [
{ {
"type": "qemu", "type": "qemu",
"iso_url": "http://mirror.raystedman.net/centos/6/isos/x86_64/CentOS-6.8-x86_64-minimal.iso", "iso_url": "http://mirror.raystedman.net/centos/6/isos/x86_64/CentOS-6.9-x86_64-minimal.iso",
"iso_checksum": "0ca12fe5f28c2ceed4f4084b41ff8a0b", "iso_checksum": "af4a1640c0c6f348c6c41f1ea9e192a2",
"iso_checksum_type": "md5", "iso_checksum_type": "md5",
"output_directory": "output_centos_tdhtest", "output_directory": "output_centos_tdhtest",
"shutdown_command": "shutdown -P now", "shutdown_command": "shutdown -P now",