]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - INSTALL/plugin/ventoy/ventoy.json
1.0.16 release
[Ventoy.git] / INSTALL / plugin / ventoy / ventoy.json
1 {
2 "control": [
3 { "VTOY_DEFAULT_MENU_MODE": "1" },
4 { "VTOY_FILT_DOT_UNDERSCORE_FILE": "1" }
5 ],
6
7 "theme": {
8 "file": "/ventoy/theme/theme.txt",
9 "display_mode": "GUI",
10 "ventoy_left": "5%",
11 "ventoy_top": "95%",
12 "ventoy_color": "#0000ff"
13 },
14
15
16 "menu_class": [
17 {
18 "key": "ubuntu",
19 "class": "ubuntu"
20 },
21 {
22 "key": "deepin",
23 "class": "deepin"
24 },
25 {
26 "dir": "rhel",
27 "class": "red-hat"
28 }
29 ],
30
31 "menu_alias": [
32 {
33 "image": "/ISO/MX-19.1_x64.iso",
34 "alias": "MX 19.1 ISO file For me"
35 },
36 {
37 "image": "/cn_windows_10_enterprise_ltsc_2019_x64_dvd_9c09ff24.iso",
38 "alias": "我的 Windows 10 系统"
39 }
40 ],
41
42 "auto_install": [
43 {
44 "image": "/ISO/cn_windows_10.iso",
45 "template": "/ventoy/script/windows_unattended.cfg"
46 },
47 {
48 "image": "/ISO/cn_windows_server_2012_r2_vl_x64_dvd_2979220.iso",
49 "template": [
50 "/ventoy/script/windows_unattended1.xml",
51 "/ventoy/script/windows_unattended2.xml",
52 "/ventoy/script/windows_unattended3.xml",
53 "/ventoy/script/windows_unattended4.xml",
54 "/ventoy/script/windows_unattended5.xml",
55 "/ventoy/script/windows_unattended6.xml"
56 ]
57 }
58 ]
59
60 }