From 7192ed7fade1a734bd422d100b9a524dd901bb96 Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Thu, 8 Dec 2016 15:50:35 +0100 Subject: [PATCH] Allow bios image in the appliance schema Ref https://github.com/GNS3/gns3-vm/issues/88,https://github.com/GNS3/gns3-gui/issues/1700 --- schemas/appliance.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/schemas/appliance.json b/schemas/appliance.json index f34cc6f..4da8e04 100644 --- a/schemas/appliance.json +++ b/schemas/appliance.json @@ -400,6 +400,10 @@ "type": "string", "title": "OS image" }, + "bios_image": { + "type": "string", + "title": "Bios image" + }, "hda_disk_image": { "type": "string", "title": "Hda disk image"