Add support, maintenance
- Add support for gparted - Add support for OPNsense - Add support for proxmox - Add support for Qubes - Add support for Tails - Add support for Veeam - Add support for VMware - Replace Kali icon - Fix OpenSUSE class
BIN
disk_root/ventoy/theme/poly-dark/icons/gparted.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 876 B |
BIN
disk_root/ventoy/theme/poly-dark/icons/opnsense.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
disk_root/ventoy/theme/poly-dark/icons/proxmox.png
Normal file
|
After Width: | Height: | Size: 846 B |
BIN
disk_root/ventoy/theme/poly-dark/icons/qubes.png
Normal file
|
After Width: | Height: | Size: 650 B |
BIN
disk_root/ventoy/theme/poly-dark/icons/tails.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
disk_root/ventoy/theme/poly-dark/icons/veeam.png
Normal file
|
After Width: | Height: | Size: 272 B |
BIN
disk_root/ventoy/theme/poly-dark/icons/vmware.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
@@ -53,6 +53,14 @@
|
||||
"key": "Ghost",
|
||||
"class": "ghost"
|
||||
},
|
||||
{
|
||||
"key": "gparted-",
|
||||
"class": "gparted"
|
||||
},
|
||||
{
|
||||
"key": "kali-linux-",
|
||||
"class": "kali"
|
||||
},
|
||||
{
|
||||
"key": "linuxmint-",
|
||||
"class": "linuxmint"
|
||||
@@ -62,13 +70,37 @@
|
||||
"class": "macosx"
|
||||
},
|
||||
{
|
||||
"key": "openSUSU-",
|
||||
"key": "openSUSE-",
|
||||
"class": "opensuse"
|
||||
},
|
||||
{
|
||||
"key": "OPNsense-",
|
||||
"class": "opnsense"
|
||||
},
|
||||
{
|
||||
"key": "proxmox-",
|
||||
"class": "proxmox"
|
||||
},
|
||||
{
|
||||
"key": "Qubes-",
|
||||
"class": "qubes"
|
||||
},
|
||||
{
|
||||
"key": "Symantec",
|
||||
"class": "symantec"
|
||||
},
|
||||
{
|
||||
"key": "tails-",
|
||||
"class": "tails"
|
||||
},
|
||||
{
|
||||
"key": "VMware-",
|
||||
"class": "vmware"
|
||||
},
|
||||
{
|
||||
"key": "Veeam",
|
||||
"class": "veeam"
|
||||
},
|
||||
{
|
||||
"key": "Win_7",
|
||||
"class": "windows_7"
|
||||
@@ -132,6 +164,26 @@
|
||||
{
|
||||
"key": "ventoy-",
|
||||
"class": "ventoy"
|
||||
},
|
||||
{
|
||||
"key": "/restore",
|
||||
"class": "veeam"
|
||||
},
|
||||
{
|
||||
"dir": "/unix",
|
||||
"class": "linux"
|
||||
},
|
||||
{
|
||||
"dir": "/util",
|
||||
"class": "utility"
|
||||
},
|
||||
{
|
||||
"dir": "/virtual",
|
||||
"class": "vmware"
|
||||
},
|
||||
{
|
||||
"dir": "/windows",
|
||||
"class": "windows"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||