summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqxmips <qxmips@gmail.com>2020-09-02 05:06:22 +0000
committerqxmips <qxmips@gmail.com>2020-09-02 05:06:22 +0000
commit40a4ea7ad2a16d83cbe54aceab472d4370378916 (patch)
treeca55d67e894088585f44437df317481aa3311e69
parent0f44d2356e32b10b38447c266a07c04160ef682c (diff)
downloadvyos-build-40a4ea7ad2a16d83cbe54aceab472d4370378916.tar.gz
vyos-build-40a4ea7ad2a16d83cbe54aceab472d4370378916.zip
Try to fix a deprecated packer config field for ISO checksum.
-rw-r--r--scripts/packer.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/packer.json b/scripts/packer.json
index f5c56c3d..53b6a1cf 100644
--- a/scripts/packer.json
+++ b/scripts/packer.json
@@ -10,8 +10,7 @@
"name": "qemu-image",
"type": "qemu",
"iso_url": "{{user `iso_url`}}",
- "iso_checksum": "{{user `iso_checksum`}}",
- "checksum_types": ["md5"],
+ "iso_checksum": "md5:{{user `iso_checksum`}}",
"output_directory": "{{user `output_directory`}}/qemu",
"shutdown_command": "sudo halt -p",
"disk_size": 4096,