mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-20 13:23:08 +00:00
Allow bios image in the appliance schema
Ref https://github.com/GNS3/gns3-vm/issues/88,https://github.com/GNS3/gns3-gui/issues/1700
This commit is contained in:
parent
9bc86b9753
commit
7192ed7fad
@ -400,6 +400,10 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "OS image"
|
"title": "OS image"
|
||||||
},
|
},
|
||||||
|
"bios_image": {
|
||||||
|
"type": "string",
|
||||||
|
"title": "Bios image"
|
||||||
|
},
|
||||||
"hda_disk_image": {
|
"hda_disk_image": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "Hda disk image"
|
"title": "Hda disk image"
|
||||||
|
Loading…
Reference in New Issue
Block a user