Merge "Remove unsupported packer options"
This commit is contained in:
commit
1b72ab9af2
@ -16,11 +16,9 @@
|
|||||||
|
|
||||||
"type": "qemu",
|
"type": "qemu",
|
||||||
"accelerator": "kvm",
|
"accelerator": "kvm",
|
||||||
"disk_interface": "virtio-scsi",
|
|
||||||
"disk_size": "{{ user `disk_size`}}",
|
"disk_size": "{{ user `disk_size`}}",
|
||||||
"disk_cache": "unsafe",
|
"disk_cache": "unsafe",
|
||||||
"disk_discard": "unmap",
|
"disk_discard": "unmap",
|
||||||
"disk_compression": true,
|
|
||||||
"format": "qcow2",
|
"format": "qcow2",
|
||||||
"headless": true,
|
"headless": true,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user