Create config disk property false by default for Qemu templates

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

(cherry picked from commit a2e884e315)
pull/1847/head
Jeremy Grossmann 4 years ago committed by Bernhard Ehlers
parent f2ddef855f
commit 01db2d2a86

@ -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",

Loading…
Cancel
Save