-
Notifications
You must be signed in to change notification settings - Fork 0
/
ventoy.json
executable file
·72 lines (72 loc) · 1.64 KB
/
ventoy.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"theme":{
"file": "/ventoy/themes/distro/theme.txt",
"gfxmode": "1920x1080",
"fonts":[
"/ventoy/themes/distro/terminus-12.pf2",
"/ventoy/themes/distro/terminus-14.pf2",
"/ventoy/themes/distro/terminus-16.pf2",
"/ventoy/themes/distro/terminus-18.pf2",
"/ventoy/themes/distro/ubuntu_regular_17.pf2",
"/ventoy/themes/distro/ubuntu_regular_20.pf2"
]
},
"menu_class":[
{
"key": "Windows11",
"class": "windows11"
},
{
"key": "Archlinux-",
"class": "archlinux"
},
{
"key": "Fedora-Workstation",
"class": "fedora"
},
{
"key": "FreeBSD-",
"class": "freebsd"
},
{
"key": "GhostBSD-",
"class": "freebsd"
},
{
"key": "linuxmint-",
"class": "linuxmint"
},
{
"key": "OpenBsd",
"class": "anonymous"
},
{
"key": "MemTest86",
"class": "memtest"
},
{
"key": "lmde-",
"class": "linuxmint"
},
{
"dir": "/Linux",
"class": "linux"
},
{
"dir": "/BSD",
"class": "BSD"
},
{
"dir": "/Windows",
"class": "windows"
},
{
"key": "HBCD_PEx64",
"class": "windows"
},
{
"key": "systemrescue-",
"class": "SystemRescueCD"
}
]
}