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
| {
"control": [
{ "VTOY_DEFAULT_SEARCH_ROOT": "/ISO" },
{ "VTOY_MENU_TIMEOUT": "10" },
{ "VTOY_DEFAULT_IMAGE": "/ISO/debian-11.1.0-amd64-netinst.iso" },
{ "VTOY_HELP_TXT_LANGUAGE": "zh_CN" }
],
"theme": {
"file": "/ventoy/themes/gulucat/theme.txt",
"gfxmode": "1920x1080",
"fonts": [
"/ventoy/themes/gulucat/ascii.pf2",
"/ventoy/themes/gulucat/DejaVuSans10.pf2",
"/ventoy/themes/gulucat/DejaVuSans12.pf2",
"/ventoy/themes/gulucat/DejaVuSans-Bold14.pf2",
"/ventoy/themes/gulucat/droidlogo_bold_26.pf2"
],
"ventoy_left": "100%",
"ventoy_top": "100%",
"ventoy_color": "gainsboro"
},
"menu_class": [
{
"key": "debian",
"class": "debian"
},
{
"key": "ubuntu",
"class": "ubuntu"
},
{
"key": "windows",
"class": "windows"
},
{
"key": "win",
"class": "windows"
}
],
"auto_install": [
{
"image": "/ISO/debian-11.1.0-amd64-netinst.iso",
"template": "/ventoy/script/debian-11.seed"
},
{
"image": "/ISO/zh-cn_windows_10_enterprise_ltsc_2021_x64_dvd_033b7312.iso",
"template": "/ventoy/script/windows-unattended.xml"
}
]
}
|