From 7e29b0240f1838e7df14412c0f80d5c8740f373e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Celles?= Date: Thu, 26 Sep 2024 09:10:26 +0200 Subject: [PATCH 1/3] Create hbcd_pe.gns3a #919 --- appliances/hbcd_pe.gns3a | 64 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 appliances/hbcd_pe.gns3a diff --git a/appliances/hbcd_pe.gns3a b/appliances/hbcd_pe.gns3a new file mode 100644 index 0000000..db93173 --- /dev/null +++ b/appliances/hbcd_pe.gns3a @@ -0,0 +1,64 @@ +{ + "appliance_id": "ac98ab6f-7966-444b-842f-9507c965b8b7", + "name": "HBCD-PE", + "category": "guest", + "description": "Hiren’s BootCD PE (Preinstallation Environment) is a restored edition of Hiren’s BootCD based on Windows 11 PE x64. ", + "vendor_name": "hirensbootcd.org", + "vendor_url": "https://www.hirensbootcd.org/", + "documentation_url": "https://www.hirensbootcd.org/howtos/", + "product_name": "Hiren’s BootCD PE", + "product_url": "https://www.hirensbootcd.org/", + "registry_version": 4, + "status": "stable", + "maintainer": "GNS3 Team", + "maintainer_email": "developers@gns3.net", + "usage": "", + "symbol": "cd.svg", + "qemu": { + "adapter_type": "e1000", + "adapters": 1, + "ram": 4096, + "hda_disk_interface": "sata", + "arch": "x86_64", + "console_type": "vnc", + "boot_priority": "c", + "kvm": "require" + }, + "images": [ + { + "filename": "HBCD_PE_x64.iso", + "version": "1.0.8", + "md5sum": "45baab64b088431bdf3370292e9a74b0", + "filesize": 3291686912, + "download_url": "https://www.hirensbootcd.org/download/", + "direct_download_url": "https://www.hirensbootcd.org/files/HBCD_PE_x64.iso" + }, + { + "filename": "empty30G.qcow2", + "version": "1.0", + "md5sum": "3411a599e822f2ac6be560a26405821a", + "filesize": 197120, + "download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/", + "direct_download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/empty30G.qcow2/download" + }, + { + "filename": "OVMF-edk2-stable202305.fd", + "version": "stable202305", + "md5sum": "6c4cf1519fec4a4b95525d9ae562963a", + "filesize": 4194304, + "download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/", + "direct_download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/OVMF-edk2-stable202305.fd.zip/download", + "compression": "zip" + } + ], + "versions": [ + { + "name": "1.0.8", + "images": { + "bios_image": "OVMF-edk2-stable202305.fd", + "hda_disk_image": "empty30G.qcow2", + "cdrom_image": "HBCD_PE_x64.iso" + } + } + ] +} From 8c4d64ae35fa51b8afbc6cadf206924ffc6d687b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Celles?= Date: Thu, 26 Sep 2024 17:30:04 +0200 Subject: [PATCH 2/3] Update hbcd_pe.gns3a --- appliances/hbcd_pe.gns3a | 2 -- 1 file changed, 2 deletions(-) diff --git a/appliances/hbcd_pe.gns3a b/appliances/hbcd_pe.gns3a index db93173..2249981 100644 --- a/appliances/hbcd_pe.gns3a +++ b/appliances/hbcd_pe.gns3a @@ -12,8 +12,6 @@ "status": "stable", "maintainer": "GNS3 Team", "maintainer_email": "developers@gns3.net", - "usage": "", - "symbol": "cd.svg", "qemu": { "adapter_type": "e1000", "adapters": 1, From 9b24d5b8a9162eea9255ac47bf8c9e928b3887ce Mon Sep 17 00:00:00 2001 From: grossmj Date: Sun, 29 Sep 2024 15:46:01 +0700 Subject: [PATCH 3/3] Rename hbcd_pe.gns3a to hbcd-pe.gns3a --- appliances/{hbcd_pe.gns3a => hbcd-pe.gns3a} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename appliances/{hbcd_pe.gns3a => hbcd-pe.gns3a} (100%) diff --git a/appliances/hbcd_pe.gns3a b/appliances/hbcd-pe.gns3a similarity index 100% rename from appliances/hbcd_pe.gns3a rename to appliances/hbcd-pe.gns3a