"conda.recipe/meta.yaml" did not exist on "ee38e1e0c51b7a89943c50c667b0ee3ce032ee8a"
ventoy.json 1.53 KB
Newer Older
longpanda's avatar
longpanda committed
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
{
    "control": [
        { "VTOY_DEFAULT_MENU_MODE": "1" },
        { "VTOY_FILT_DOT_UNDERSCORE_FILE": "1" }        
    ],
    
    "theme": {
        "file": "/ventoy/theme/theme.txt",        
        "display_mode": "GUI",
        "ventoy_left": "5%",
        "ventoy_top": "95%",
        "ventoy_color": "#0000ff"
    },
    
    
    "menu_class": [        
        {
            "key": "ubuntu",
            "class": "ubuntu"
        },        
        {
            "key": "deepin",
            "class": "deepin"
        },
        {
            "dir": "rhel",
            "class": "red-hat"
        }
    ],
    
    "menu_alias": [
        {
            "image": "/ISO/MX-19.1_x64.iso",
            "alias": "MX 19.1 ISO file For me"
        },
        {
            "image": "/cn_windows_10_enterprise_ltsc_2019_x64_dvd_9c09ff24.iso",
            "alias": "我的 Windows 10 系统"
        }
    ],
    
    "auto_install": [
        {
            "image": "/ISO/cn_windows_10.iso",
            "template": "/ventoy/script/windows_unattended.cfg"
        },
        {
            "image": "/ISO/cn_windows_server_2012_r2_vl_x64_dvd_2979220.iso",
            "template": [
                "/ventoy/script/windows_unattended1.xml",
                "/ventoy/script/windows_unattended2.xml",
                "/ventoy/script/windows_unattended3.xml",
                "/ventoy/script/windows_unattended4.xml",
                "/ventoy/script/windows_unattended5.xml",
                "/ventoy/script/windows_unattended6.xml"
            ]
        }
    ]
    
}