From 4c4e936b5fc7a55d1bb274e12aca9c114975d858 Mon Sep 17 00:00:00 2001 From: "Kitten (like a small cat.)" Date: Fri, 26 Jan 2024 18:02:53 -0500 Subject: [PATCH] Upload files to "ventoy" --- ventoy/ventoy.json | 123 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 ventoy/ventoy.json diff --git a/ventoy/ventoy.json b/ventoy/ventoy.json new file mode 100644 index 0000000..6566dac --- /dev/null +++ b/ventoy/ventoy.json @@ -0,0 +1,123 @@ +{ + "control": [ + { + "VTOY_DEFAULT_MENU_MODE": "1" + }, + { + "VTOY_SECONDARY_BOOT_MENU": "0" + }, + { + "VTOY_FILT_DOT_UNDERSCORE_FILE": "1" + } + ], + "theme": { + "file": "/ventoy/themes/FractalSwamp/theme.txt", + "ventoy_color": "#a6e3a1", + "fonts": "/ventoy/themes/FractalSwamp/fonts/unifont-16.pf2" + }, + "menu_alias": [ + { + "image": "/antiX-23-runit_386-base.iso", + "alias": "antiX 32-bit" + }, + { + "image": "/artix-cinnamon-runit-20230814-x86_64.iso", + "alias": "Artix Cinnamon" + }, + { + "image": "/garuda-dr460nized-gaming-linux-zen-231029.iso", + "alias": "Garuda Dr460nized" + }, + { + "image": "/GhostBSD-23.10.1.iso", + "alias": "GhostBSD" + }, + { + "image": "/nixos-minimal-23.11.3409.d7f206b723e4-x86_64-linux.iso", + "alias": "NixOS" + }, + { + "image": "/linuxmint-21.3-mate-64bit.iso", + "alias": "Linux Mint" + }, + { + "image": "/install-amd64-minimal-20240121T170320Z.iso", + "alias": "Gentoo" + }, + { + "image": "/slackware64-15.0-install-dvd.iso", + "alias": "Slackware" + }, + { + "image": "/systemrescue-10.02-amd64.iso", + "alias": "SystemRescueOS" + }, + { + "image": "/TinyCore-14.0.iso", + "alias": "TinyCore" + }, + { + "image": "/void-live-x86_64-20230628-base.iso", + "alias": "VOID Linux" + }, + { + "image": "/void-live-i686-20230628-xfce.iso", + "alias": "VOID Linux 32-bit XFCE" + } + ], + "menu_tip": { + "left": "33%", + "top": "70%", + "color": "#a6e3a1", + "tips": [ + { + "image": "/antiX-23-runit_386-base.iso", + "tip": "512M RAM 7G Disk/ Xorg/ Runit/ Apt/ Debian-based - For ancient CPUs" + }, + { + "image": "/artix-cinnamon-runit-20230814-x86_64.iso", + "tip": "1G RAM 3G Disk/ Xorg/ Runit/ Pacman - Arch minus systemd with Cinnamon" + }, + { + "image": "/garuda-dr460nized-gaming-linux-zen-231029.iso", + "tip": "5G RAM 30G Disk/ +OpenGL3.3/ Xorg/ SystemD/ Pacman/ KDE - Arch for gaming" + }, + { + "image": "/GhostBSD-23.10.1.iso", + "tip": "4G RAM 15G Disk/ Xorg/ RC/ PKG/ MATE - Self-contained user-friendly BSD" + }, + { + "image": "/nixos-minimal-23.11.3409.d7f206b723e4-x86_64-linux.iso", + "tip": "4G RAM 150G Disk/ CLI/ SystemD/ Nix(PM) - Reproducible and modular" + }, + { + "image": "/linuxmint-21.3-mate-64bit.iso", + "tip": "4G RAM 100G Disk/ Xorg/ SystemD/ Apt/ MATE - Ubuntu-based, friendly" + }, + { + "image": "/install-amd64-minimal-20240121T170320Z.iso", + "tip": "CLI/ OpenRC/ Portage - Source-based compiling distro from scratch" + }, + { + "image": "/slackware64-15.0-install-dvd.iso", + "tip": "32M RAM 1G Disk/TUI/ SysV/ TXC - Classic, stable, FNORD!!!!!" + }, + { + "image": "/systemrescue-10.02-amd64.iso", + "tip": "Xorg/ LiveCD/ SystemD - For repair and recovery of crashed CPUs" + }, + { + "image": "/TinyCore-14.0.iso", + "tip": "46M RAM N/A Disk/ Xorg/ Busybox/ TCE - Hyper-minimal, needs Wired Network" + }, + { + "image": "/void-live-x86_64-20230628-base.iso", + "tip": "96M RAM 700M Disk/ TUI/ Runit/ XBPS - General fast & simple linux/bsd hybrid" + }, + { + "image": "/void-live-i686-20230628-xfce.iso", + "tip": "96M RAM 700M Disk/ TUI/ Runit/ XBPS - Linux/bsd hybrid for 32-bit with XFCE DE" + } + ] + } +}