Most of Ventoy plugins configuration can use fuzzy matching. https://www.ventoy.net/en/plugin_path_match.html
For example:
You can put
distro1-v1.2.3.iso
distro1-v1.2.4.iso
distro1-v1.2.5.iso
distro1-v1.2.6.iso
.....
together in the same directory.
For example:
Code:
{
"persistence": [
{
"image": "/distro1/distro1-v1.*.*.iso",
"backend": "/distro1/distro1-persistence.dat"
}
]
}
You can put
distro1-v1.2.3.iso
distro1-v1.2.4.iso
distro1-v1.2.5.iso
distro1-v1.2.6.iso
.....
together in the same directory.