From d1c361f3bb951cd26561c6bc0bf042d5f54305eb Mon Sep 17 00:00:00 2001 From: saviodsouza Date: Tue, 29 Dec 2020 17:09:25 +0530 Subject: [PATCH 1/7] Add files via upload Add Puppy Linux to GNS3 VM --- appliances/puppy-linux.gns3a | 81 ++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 appliances/puppy-linux.gns3a diff --git a/appliances/puppy-linux.gns3a b/appliances/puppy-linux.gns3a new file mode 100644 index 0000000..d20c0e0 --- /dev/null +++ b/appliances/puppy-linux.gns3a @@ -0,0 +1,81 @@ +{ + "name": "Puppy Linux", + "category": "guest", + "description": "Puppy Linux is a unique family of Linux distributions meant for the home-user computers. It was originally created by Barry Kauler in 2003.", + "vendor_name": "Puppy Linux", + "vendor_url": "http://puppylinux.com/", + "documentation_url": "http://wikka.puppylinux.com/HomePage", + "product_name": "Puppy Linux", + "registry_version": 3, + "status": "stable", + "maintainer": "Savio D'souza", + "maintainer_email": "savio2002@yahoo.in", + "usage": "No Password by default\nRun installer & install to local disk"\nEject the ISO and reboot., + "port_name_format": "eth{0}", + "qemu": { + "adapter_type": "e1000", + "adapters": 1, + "ram": 256, + "arch": "x86_64", + "console_type": "vnc", + "boot_priority": "cd", + "kvm": "require" + }, + "images": [ + { + "filename": "fossapup64-9.5.iso", + "version": "9.5", + "md5sum": "6a45e7a305b7d3172ebd9eab5ca460e4", + "filesize": 428867584, + "download_url": "http://puppylinux.com/index.html", + "direct_download_url": "http://distro.ibiblio.org/puppylinux/puppy-fossa/fossapup64-9.5.iso" + }, + { + "filename": "bionicpup64-8.0-uefi.iso", + "version": "8.0", + "md5sum": "e31ddba0e6006021c157cb5a5b65ad5f", + "filesize": 371195904, + "download_url": "http://puppylinux.com/index.html", + "direct_download_url": "http://distro.ibiblio.org/puppylinux/puppy-bionic/bionicpup64/bionicpup64-8.0-uefi.iso" + }, + { + "filename": "xenialpup64-7.5-uefi.iso", + "version": "7.5", + "md5sum": "4502bb9693bd72fb5dcfb86a2ce8255d", + "filesize": 346030080, + "download_url": "http://puppylinux.com/index.html", + "direct_download_url": "http://distro.ibiblio.org/puppylinux/puppy-xenial/64/xenialpup64-7.5-uefi.iso" + }, + { + "filename": "empty8G.qcow2", + "version": "1.0", + "md5sum": "f1d2c25b6990f99bd05b433ab603bdb4", + "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/empty8G.qcow2/download" + } + ], + "versions": [ + { + "name": "fossapup64-9.5", + "images": { + "hda_disk_image": "empty8G.qcow2", + "cdrom_image": "fossapup64-9.5.iso" + } + }, + { + "name": "bionicpup64-8.0", + "images": { + "hda_disk_image": "empty8G.qcow2", + "cdrom_image": "bionicpup64-8.0-uefi.iso" + } + }, + { + "name": "xenialpup64-7.5", + "images": { + "hda_disk_image": "empty8G.qcow2", + "cdrom_image": "xenialpup64-7.5-uefi.iso" + } + } + ] +} From eda05634c33ae73d1f980942d70dbaaa7b518b05 Mon Sep 17 00:00:00 2001 From: saviodsouza Date: Tue, 29 Dec 2020 17:14:06 +0530 Subject: [PATCH 2/7] Delete puppy-linux.gns3a --- appliances/puppy-linux.gns3a | 81 ------------------------------------ 1 file changed, 81 deletions(-) delete mode 100644 appliances/puppy-linux.gns3a diff --git a/appliances/puppy-linux.gns3a b/appliances/puppy-linux.gns3a deleted file mode 100644 index d20c0e0..0000000 --- a/appliances/puppy-linux.gns3a +++ /dev/null @@ -1,81 +0,0 @@ -{ - "name": "Puppy Linux", - "category": "guest", - "description": "Puppy Linux is a unique family of Linux distributions meant for the home-user computers. It was originally created by Barry Kauler in 2003.", - "vendor_name": "Puppy Linux", - "vendor_url": "http://puppylinux.com/", - "documentation_url": "http://wikka.puppylinux.com/HomePage", - "product_name": "Puppy Linux", - "registry_version": 3, - "status": "stable", - "maintainer": "Savio D'souza", - "maintainer_email": "savio2002@yahoo.in", - "usage": "No Password by default\nRun installer & install to local disk"\nEject the ISO and reboot., - "port_name_format": "eth{0}", - "qemu": { - "adapter_type": "e1000", - "adapters": 1, - "ram": 256, - "arch": "x86_64", - "console_type": "vnc", - "boot_priority": "cd", - "kvm": "require" - }, - "images": [ - { - "filename": "fossapup64-9.5.iso", - "version": "9.5", - "md5sum": "6a45e7a305b7d3172ebd9eab5ca460e4", - "filesize": 428867584, - "download_url": "http://puppylinux.com/index.html", - "direct_download_url": "http://distro.ibiblio.org/puppylinux/puppy-fossa/fossapup64-9.5.iso" - }, - { - "filename": "bionicpup64-8.0-uefi.iso", - "version": "8.0", - "md5sum": "e31ddba0e6006021c157cb5a5b65ad5f", - "filesize": 371195904, - "download_url": "http://puppylinux.com/index.html", - "direct_download_url": "http://distro.ibiblio.org/puppylinux/puppy-bionic/bionicpup64/bionicpup64-8.0-uefi.iso" - }, - { - "filename": "xenialpup64-7.5-uefi.iso", - "version": "7.5", - "md5sum": "4502bb9693bd72fb5dcfb86a2ce8255d", - "filesize": 346030080, - "download_url": "http://puppylinux.com/index.html", - "direct_download_url": "http://distro.ibiblio.org/puppylinux/puppy-xenial/64/xenialpup64-7.5-uefi.iso" - }, - { - "filename": "empty8G.qcow2", - "version": "1.0", - "md5sum": "f1d2c25b6990f99bd05b433ab603bdb4", - "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/empty8G.qcow2/download" - } - ], - "versions": [ - { - "name": "fossapup64-9.5", - "images": { - "hda_disk_image": "empty8G.qcow2", - "cdrom_image": "fossapup64-9.5.iso" - } - }, - { - "name": "bionicpup64-8.0", - "images": { - "hda_disk_image": "empty8G.qcow2", - "cdrom_image": "bionicpup64-8.0-uefi.iso" - } - }, - { - "name": "xenialpup64-7.5", - "images": { - "hda_disk_image": "empty8G.qcow2", - "cdrom_image": "xenialpup64-7.5-uefi.iso" - } - } - ] -} From 68a07b7c5de527c6ed75d6a0febf719263baf5ee Mon Sep 17 00:00:00 2001 From: saviodsouza Date: Tue, 29 Dec 2020 17:16:05 +0530 Subject: [PATCH 3/7] Puppy Linux Add puppy Linux to GNS3VM --- appliances/puppy-linux.gns3a | 81 ++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 appliances/puppy-linux.gns3a diff --git a/appliances/puppy-linux.gns3a b/appliances/puppy-linux.gns3a new file mode 100644 index 0000000..d20c0e0 --- /dev/null +++ b/appliances/puppy-linux.gns3a @@ -0,0 +1,81 @@ +{ + "name": "Puppy Linux", + "category": "guest", + "description": "Puppy Linux is a unique family of Linux distributions meant for the home-user computers. It was originally created by Barry Kauler in 2003.", + "vendor_name": "Puppy Linux", + "vendor_url": "http://puppylinux.com/", + "documentation_url": "http://wikka.puppylinux.com/HomePage", + "product_name": "Puppy Linux", + "registry_version": 3, + "status": "stable", + "maintainer": "Savio D'souza", + "maintainer_email": "savio2002@yahoo.in", + "usage": "No Password by default\nRun installer & install to local disk"\nEject the ISO and reboot., + "port_name_format": "eth{0}", + "qemu": { + "adapter_type": "e1000", + "adapters": 1, + "ram": 256, + "arch": "x86_64", + "console_type": "vnc", + "boot_priority": "cd", + "kvm": "require" + }, + "images": [ + { + "filename": "fossapup64-9.5.iso", + "version": "9.5", + "md5sum": "6a45e7a305b7d3172ebd9eab5ca460e4", + "filesize": 428867584, + "download_url": "http://puppylinux.com/index.html", + "direct_download_url": "http://distro.ibiblio.org/puppylinux/puppy-fossa/fossapup64-9.5.iso" + }, + { + "filename": "bionicpup64-8.0-uefi.iso", + "version": "8.0", + "md5sum": "e31ddba0e6006021c157cb5a5b65ad5f", + "filesize": 371195904, + "download_url": "http://puppylinux.com/index.html", + "direct_download_url": "http://distro.ibiblio.org/puppylinux/puppy-bionic/bionicpup64/bionicpup64-8.0-uefi.iso" + }, + { + "filename": "xenialpup64-7.5-uefi.iso", + "version": "7.5", + "md5sum": "4502bb9693bd72fb5dcfb86a2ce8255d", + "filesize": 346030080, + "download_url": "http://puppylinux.com/index.html", + "direct_download_url": "http://distro.ibiblio.org/puppylinux/puppy-xenial/64/xenialpup64-7.5-uefi.iso" + }, + { + "filename": "empty8G.qcow2", + "version": "1.0", + "md5sum": "f1d2c25b6990f99bd05b433ab603bdb4", + "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/empty8G.qcow2/download" + } + ], + "versions": [ + { + "name": "fossapup64-9.5", + "images": { + "hda_disk_image": "empty8G.qcow2", + "cdrom_image": "fossapup64-9.5.iso" + } + }, + { + "name": "bionicpup64-8.0", + "images": { + "hda_disk_image": "empty8G.qcow2", + "cdrom_image": "bionicpup64-8.0-uefi.iso" + } + }, + { + "name": "xenialpup64-7.5", + "images": { + "hda_disk_image": "empty8G.qcow2", + "cdrom_image": "xenialpup64-7.5-uefi.iso" + } + } + ] +} From 63e5d363a665e1a252a59b95c7ce7508f5cf639e Mon Sep 17 00:00:00 2001 From: saviodsouza Date: Tue, 29 Dec 2020 17:36:41 +0530 Subject: [PATCH 4/7] Revert "Puppy Linux" --- appliances/puppy-linux.gns3a | 81 ------------------------------------ 1 file changed, 81 deletions(-) delete mode 100644 appliances/puppy-linux.gns3a diff --git a/appliances/puppy-linux.gns3a b/appliances/puppy-linux.gns3a deleted file mode 100644 index d20c0e0..0000000 --- a/appliances/puppy-linux.gns3a +++ /dev/null @@ -1,81 +0,0 @@ -{ - "name": "Puppy Linux", - "category": "guest", - "description": "Puppy Linux is a unique family of Linux distributions meant for the home-user computers. It was originally created by Barry Kauler in 2003.", - "vendor_name": "Puppy Linux", - "vendor_url": "http://puppylinux.com/", - "documentation_url": "http://wikka.puppylinux.com/HomePage", - "product_name": "Puppy Linux", - "registry_version": 3, - "status": "stable", - "maintainer": "Savio D'souza", - "maintainer_email": "savio2002@yahoo.in", - "usage": "No Password by default\nRun installer & install to local disk"\nEject the ISO and reboot., - "port_name_format": "eth{0}", - "qemu": { - "adapter_type": "e1000", - "adapters": 1, - "ram": 256, - "arch": "x86_64", - "console_type": "vnc", - "boot_priority": "cd", - "kvm": "require" - }, - "images": [ - { - "filename": "fossapup64-9.5.iso", - "version": "9.5", - "md5sum": "6a45e7a305b7d3172ebd9eab5ca460e4", - "filesize": 428867584, - "download_url": "http://puppylinux.com/index.html", - "direct_download_url": "http://distro.ibiblio.org/puppylinux/puppy-fossa/fossapup64-9.5.iso" - }, - { - "filename": "bionicpup64-8.0-uefi.iso", - "version": "8.0", - "md5sum": "e31ddba0e6006021c157cb5a5b65ad5f", - "filesize": 371195904, - "download_url": "http://puppylinux.com/index.html", - "direct_download_url": "http://distro.ibiblio.org/puppylinux/puppy-bionic/bionicpup64/bionicpup64-8.0-uefi.iso" - }, - { - "filename": "xenialpup64-7.5-uefi.iso", - "version": "7.5", - "md5sum": "4502bb9693bd72fb5dcfb86a2ce8255d", - "filesize": 346030080, - "download_url": "http://puppylinux.com/index.html", - "direct_download_url": "http://distro.ibiblio.org/puppylinux/puppy-xenial/64/xenialpup64-7.5-uefi.iso" - }, - { - "filename": "empty8G.qcow2", - "version": "1.0", - "md5sum": "f1d2c25b6990f99bd05b433ab603bdb4", - "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/empty8G.qcow2/download" - } - ], - "versions": [ - { - "name": "fossapup64-9.5", - "images": { - "hda_disk_image": "empty8G.qcow2", - "cdrom_image": "fossapup64-9.5.iso" - } - }, - { - "name": "bionicpup64-8.0", - "images": { - "hda_disk_image": "empty8G.qcow2", - "cdrom_image": "bionicpup64-8.0-uefi.iso" - } - }, - { - "name": "xenialpup64-7.5", - "images": { - "hda_disk_image": "empty8G.qcow2", - "cdrom_image": "xenialpup64-7.5-uefi.iso" - } - } - ] -} From df1bed05c9b3ebd45ca14e19d0bb5f6be197c909 Mon Sep 17 00:00:00 2001 From: saviodsouza Date: Tue, 29 Dec 2020 17:41:44 +0530 Subject: [PATCH 5/7] puppy linux --- appliances/puppy-linux.gns3a | 81 ++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 appliances/puppy-linux.gns3a diff --git a/appliances/puppy-linux.gns3a b/appliances/puppy-linux.gns3a new file mode 100644 index 0000000..d20c0e0 --- /dev/null +++ b/appliances/puppy-linux.gns3a @@ -0,0 +1,81 @@ +{ + "name": "Puppy Linux", + "category": "guest", + "description": "Puppy Linux is a unique family of Linux distributions meant for the home-user computers. It was originally created by Barry Kauler in 2003.", + "vendor_name": "Puppy Linux", + "vendor_url": "http://puppylinux.com/", + "documentation_url": "http://wikka.puppylinux.com/HomePage", + "product_name": "Puppy Linux", + "registry_version": 3, + "status": "stable", + "maintainer": "Savio D'souza", + "maintainer_email": "savio2002@yahoo.in", + "usage": "No Password by default\nRun installer & install to local disk"\nEject the ISO and reboot., + "port_name_format": "eth{0}", + "qemu": { + "adapter_type": "e1000", + "adapters": 1, + "ram": 256, + "arch": "x86_64", + "console_type": "vnc", + "boot_priority": "cd", + "kvm": "require" + }, + "images": [ + { + "filename": "fossapup64-9.5.iso", + "version": "9.5", + "md5sum": "6a45e7a305b7d3172ebd9eab5ca460e4", + "filesize": 428867584, + "download_url": "http://puppylinux.com/index.html", + "direct_download_url": "http://distro.ibiblio.org/puppylinux/puppy-fossa/fossapup64-9.5.iso" + }, + { + "filename": "bionicpup64-8.0-uefi.iso", + "version": "8.0", + "md5sum": "e31ddba0e6006021c157cb5a5b65ad5f", + "filesize": 371195904, + "download_url": "http://puppylinux.com/index.html", + "direct_download_url": "http://distro.ibiblio.org/puppylinux/puppy-bionic/bionicpup64/bionicpup64-8.0-uefi.iso" + }, + { + "filename": "xenialpup64-7.5-uefi.iso", + "version": "7.5", + "md5sum": "4502bb9693bd72fb5dcfb86a2ce8255d", + "filesize": 346030080, + "download_url": "http://puppylinux.com/index.html", + "direct_download_url": "http://distro.ibiblio.org/puppylinux/puppy-xenial/64/xenialpup64-7.5-uefi.iso" + }, + { + "filename": "empty8G.qcow2", + "version": "1.0", + "md5sum": "f1d2c25b6990f99bd05b433ab603bdb4", + "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/empty8G.qcow2/download" + } + ], + "versions": [ + { + "name": "fossapup64-9.5", + "images": { + "hda_disk_image": "empty8G.qcow2", + "cdrom_image": "fossapup64-9.5.iso" + } + }, + { + "name": "bionicpup64-8.0", + "images": { + "hda_disk_image": "empty8G.qcow2", + "cdrom_image": "bionicpup64-8.0-uefi.iso" + } + }, + { + "name": "xenialpup64-7.5", + "images": { + "hda_disk_image": "empty8G.qcow2", + "cdrom_image": "xenialpup64-7.5-uefi.iso" + } + } + ] +} From 3e02668358a5259ad7f64788de1ee7df9be9639e Mon Sep 17 00:00:00 2001 From: saviodsouza Date: Thu, 7 Jan 2021 10:48:05 +0530 Subject: [PATCH 6/7] Add files via upload Added Open media vault --- appliances/open-media-vault.gns3a | 55 +++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 appliances/open-media-vault.gns3a diff --git a/appliances/open-media-vault.gns3a b/appliances/open-media-vault.gns3a new file mode 100644 index 0000000..9396bfe --- /dev/null +++ b/appliances/open-media-vault.gns3a @@ -0,0 +1,55 @@ +{ + "name": "OpenMediaVault", + "category": "guest", + "description": "openmediavault is the next generation network attached storage (NAS) solution based on Debian Linux. It contains services like SSH, (S)FTP, SMB/CIFS, DAAP media server, RSync, BitTorrent client and many more.", + "vendor_name": "Volker Theile", + "vendor_url": "https://www.openmediavault.org/", + "documentation_url": "hhttps://docs.openmediavault.org", + "product_name": "OpenMediaVault", + "product_url": "https://www.openmediavault.org/", + "registry_version": 3, + "status": "stable", + "maintainer": "Savio D'souza", + "maintainer_email": "savio2002@yahoo.in", + "usage": "Install OS to first Disk, poweroff, eject iso.\nAdd empty30G.qcow2 to Secondary master and slave this way you will get 3 hard disks for storage.\nDefault WUI credentials are admin:openmediavault.", + "port_name_format": "eth{0}", + "qemu": { + "adapter_type": "e1000", + "adapters": 1, + "ram": 2048, + "hda_disk_interface": "ide", + "hdb_disk_interface": "ide", + "arch": "x86_64", + "console_type": "vnc", + "boot_priority": "dc", + "kvm": "require" + }, + "images": [ + { + "filename": "openmediavault_5.5.11-amd64.iso", + "version": "5.5.11", + "md5sum": "76baad8e13dd49bee9b4b4a6936b7296", + "filesize": 608174080, + "download_url": "https://www.openmediavault.org/download.html", + "direct_download_url": "https://sourceforge.net/projects/openmediavault/files/latest/download" + }, + { + "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" + } + ], + "versions": [ + { + "name": "5.5.11", + "images": { + "hda_disk_image": "empty30G.qcow2", + "hdb_disk_image": "empty30G.qcow2", + "cdrom_image": "openmediavault_5.5.11-amd64.iso" + } + } + ] +} \ No newline at end of file From fc6033dd3c9439546e694ebfeb8f2f4c970d4243 Mon Sep 17 00:00:00 2001 From: saviodsouza Date: Thu, 7 Jan 2021 11:02:27 +0530 Subject: [PATCH 7/7] puppy linux usage typo fix --- appliances/puppy-linux.gns3a | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appliances/puppy-linux.gns3a b/appliances/puppy-linux.gns3a index d20c0e0..66d1392 100644 --- a/appliances/puppy-linux.gns3a +++ b/appliances/puppy-linux.gns3a @@ -10,7 +10,7 @@ "status": "stable", "maintainer": "Savio D'souza", "maintainer_email": "savio2002@yahoo.in", - "usage": "No Password by default\nRun installer & install to local disk"\nEject the ISO and reboot., + "usage": "No Password by default\nRun installer & install to local disk"\nEject the ISO and reboot.", "port_name_format": "eth{0}", "qemu": { "adapter_type": "e1000",