mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-18 20:37:57 +00:00
Add check for boot priority
This commit is contained in:
parent
7753a557bf
commit
a991da83d5
@ -238,7 +238,7 @@
|
|||||||
"title": "Type of console connection for the administration of the appliance"
|
"title": "Type of console connection for the administration of the appliance"
|
||||||
},
|
},
|
||||||
"boot_priority": {
|
"boot_priority": {
|
||||||
"type": "string",
|
"enum": ["d", "c", "dc", "cd", "n", "nc", "nd", "cn", "dn"],
|
||||||
"title": "Optional define the disk boot priory. Refer to -boot option in qemu manual for more details."
|
"title": "Optional define the disk boot priory. Refer to -boot option in qemu manual for more details."
|
||||||
},
|
},
|
||||||
"kernel_command_line": {
|
"kernel_command_line": {
|
||||||
|
Loading…
Reference in New Issue
Block a user