Last active
September 12, 2022 22:10
-
-
Save edubxb/a5ffe6fc4cdf994302bcdd182b6f62f5 to your computer and use it in GitHub Desktop.
Ventoy config - https://www.ventoy.net/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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