From 527a3deb93349a14a3ad81a8dbfca643fc19685c Mon Sep 17 00:00:00 2001 From: grossmj Date: Mon, 3 Oct 2022 22:07:44 +0200 Subject: [PATCH 1/2] Update download link for Alpine Virt appliance --- appliances/alpine-linux-virt.gns3a | 6 +++--- packer/alpine-linux-virt/README.md | 6 +++--- packer/alpine-linux-virt/alpine.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/appliances/alpine-linux-virt.gns3a b/appliances/alpine-linux-virt.gns3a index 0060415..d7c2883 100644 --- a/appliances/alpine-linux-virt.gns3a +++ b/appliances/alpine-linux-virt.gns3a @@ -28,10 +28,10 @@ { "filename": "alpine-virt-3.16.img", "version": "3.16", - "md5sum": "1d7d2790221144667d7e550cfe30972a", + "md5sum": "ce90ff64b8f8e5860c49ea4a038e54cc", "filesize": 96468992, - "download_url": "https://drive.google.com/file/d/1xWGEMez7R9RVq2-c3qnypkt0t5Sxq2KD/view?usp=sharing", - "direct_download_url": "https://drive.google.com/uc?export=download&id=1xWGEMez7R9RVq2-c3qnypkt0t5Sxq2KD" + "download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/", + "direct_download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/alpine-virt-3.16.img/download" } ], "versions": [ diff --git a/packer/alpine-linux-virt/README.md b/packer/alpine-linux-virt/README.md index f2a4868..0405ca5 100644 --- a/packer/alpine-linux-virt/README.md +++ b/packer/alpine-linux-virt/README.md @@ -4,13 +4,13 @@ This is the bare version of `Alpine Linux` installed from iso, no extra package Build in 1m12s on `macOS Monterey`. -### Linux (untested) +### Linux (tested) ```bash packer build alpine.json ``` -> :information_source: Uses `tcg` QEMU accelerator. +> :information_source: Uses `kvm` QEMU accelerator. ### macOS (tested) @@ -19,4 +19,4 @@ packer build alpine.json packer build -var-file macos.json alpine.json ``` -> :information_source: Uses `hvf` QEMU accelerator. Actually much much faster than the default one, `packer` will fail on `macOS` without `hvf` (timing issue). +> :information_source: Uses `hvf` QEMU accelerator. `Packer` will fail on `macOS` without `hvf` (timing issue). diff --git a/packer/alpine-linux-virt/alpine.json b/packer/alpine-linux-virt/alpine.json index 92e486a..de1718c 100644 --- a/packer/alpine-linux-virt/alpine.json +++ b/packer/alpine-linux-virt/alpine.json @@ -1,6 +1,6 @@ { "variables": { - "accelerator": "tcg" + "accelerator": "kvm" }, "builders": [ { From 994ffe0205f309174efe468719e76be5dfa1f983 Mon Sep 17 00:00:00 2001 From: Savio D'souza Date: Thu, 13 Oct 2022 11:42:09 +0530 Subject: [PATCH 2/2] adding reactos --- appliances/reactos.gns3a | 67 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 appliances/reactos.gns3a diff --git a/appliances/reactos.gns3a b/appliances/reactos.gns3a new file mode 100644 index 0000000..a771690 --- /dev/null +++ b/appliances/reactos.gns3a @@ -0,0 +1,67 @@ +{ + "appliance_id": "c811e588-39ef-41e9-9f60-6e8e08618c3d", + "name": "ReactOS", + "category": "guest", + "description": "Imagine running your favorite Windows applications and drivers in an open-source environment you can trust.\nThat's the mission of ReactOS! ", + "vendor_name": "ReactOS Project", + "vendor_url": "https://reactos.org/", + "documentation_url": "https://reactos.org/what-is-reactos/", + "product_name": "ReactOS", + "product_url": "https://reactos.org/", + "registry_version": 3, + "status": "stable", + "maintainer": "Savio D'souza", + "maintainer_email": "savio2002@yahoo.co.in", + "usage": "Passwords are set during installation.", + "qemu": { + "adapter_type": "e1000", + "adapters": 1, + "ram": 2048, + "hda_disk_interface": "sata", + "arch": "x86_64", + "console_type": "vnc", + "kvm": "require" + }, + "images": [ + { + "filename": "ReactOS-0.4.14-release-15-gb6088a6.iso", + "version": "Installer-0.4.14-release-15", + "md5sum": "af4be6b27463446905f155f14232d2b4", + "filesize": 140509184, + "download_url": "https://reactos.org/download", + "direct_download_url": "https://sourceforge.net/projects/reactos/files/ReactOS/0.4.14/ReactOS-0.4.14-release-21-g1302c1b-iso.zip/download" + }, + { + "filename": "ReactOS-0.4.14-release-15-gb6088a6-Live.iso", + "version": "Live-0.4.14-release-15", + "md5sum": "73c1a0169a9a3b8a4feb91f4d00f5e97", + "filesize": 267386880, + "download_url": "https://reactos.org/download", + "direct_download_url": "https://sourceforge.net/projects/reactos/files/ReactOS/0.4.14/ReactOS-0.4.14-release-21-g1302c1b-live.zip/download" + }, + { + "filename": "empty30G.qcow2", + "version": "1.0", + "md5sum": "3411a599e822f2ac6be560a26405821a", + "filesize": 197120, + "download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%30disk/", + "direct_download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/empty30G.qcow2/download" + } + ], + "versions": [ + { + "name": "Installer-0.4.14-release-15", + "images": { + "hda_disk_image": "empty30G.qcow2", + "cdrom_image": "ReactOS-0.4.14-release-15-gb6088a6.iso" + } + }, + { + "name": "Live-0.4.14-release-15", + "images": { + "hda_disk_image": "empty30G.qcow2", + "cdrom_image": "ReactOS-0.4.14-release-15-gb6088a6-Live.iso" + } + } + ] +}