Create config disk property false by default for Qemu templates

Ref https://github.com/GNS3/gns3-gui/issues/3035

(cherry picked from commit a2e884e315)
This commit is contained in:
Jeremy Grossmann 2020-08-17 12:45:57 +09:30 committed by Bernhard Ehlers
parent f2ddef855f
commit 01db2d2a86

View File

@ -186,7 +186,7 @@ QEMU_TEMPLATE_PROPERTIES = {
"create_config_disk": {
"description": "Automatically create a config disk on HDD disk interface (secondary slave)",
"type": "boolean",
"default": True
"default": False
},
"on_close": {
"description": "Action to execute on the VM is closed",