mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
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:
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…
Reference in New Issue
Block a user