Skip to content

Instantly share code, notes, and snippets.

@edubxb
Last active September 12, 2022 22:10
Show Gist options
  • Save edubxb/a5ffe6fc4cdf994302bcdd182b6f62f5 to your computer and use it in GitHub Desktop.
Save edubxb/a5ffe6fc4cdf994302bcdd182b6f62f5 to your computer and use it in GitHub Desktop.
Ventoy config - https://www.ventoy.net/
{
"theme": {
"gfxmode": "1920x1080",
"file": "/ventoy/theme/virtual_future/theme.txt",
"ventoy_color": "#15f4ee"
},
"menu_class": [
{
"key": "debian",
"class": "debian"
},
{
"key": "tails",
"class": "linux"
},
{
"key": "Parrot",
"class": "linux"
},
{
"key": "finnix",
"class": "linux"
},
{
"key": "systemrescue",
"class": "linux"
},
{
"key": "ubcd",
"class": "driver"
}
],
"menu_alias": [
{
"alias": "Debian GNU/Linux Live",
"image": "/debian-live-**.*.*-amd64-gnome.iso"
},
{
"alias": "Tails",
"image": "/tails-amd64-*.*.iso"
},
{
"alias": "Parrot OS Security Edition",
"image": "/Parrot-security-*.*.*_amd64.iso"
},
{
"alias": "Finnix",
"image": "/finnix-***.iso"
},
{
"alias": "SystemRescue",
"image": "/systemrescue-*.**-amd64.iso"
},
{
"alias": "Ultimate Boot CD",
"image": "/ubcd***.iso"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment