summaryrefslogtreecommitdiff
path: root/src/modules/welcome/welcome.conf
blob: 3ab716b22b3eeb1d9b414b0d83589b59eb1e6c77 (plain)
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
---
showSupportUrl:         true
showKnownIssuesUrl:     true
showReleaseNotesUrl:    true

requirements:
    requiredStorage:    9.0
    requiredRam:        1.0
    internetCheckUrl:   http://google.com

    # List conditions to check. Each listed condition will be
    # probed in some way, and yields true or false according to
    # the host system satisfying the condition.
    #
    # This sample file lists all the conditions that are know.
    check:
        - storage
        - ram
        - power
        - internet
        - root
        - screen
    # List conditions that must be satisfied (from the list
    # of conditions, above) for installation to proceed.
    # If any of these conditions are not met, the user cannot
    # continue past the welcome page.
    required:
        - storage
        - ram
        - root