summaryrefslogtreecommitdiff
path: root/common.yaml
blob: a93b094c1b9479dae2a20979162525b890e6f758 (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
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Default:
    Baseline: tizen-3.0
    Active: True
    Mic2Options: -f raw --fstab=uuid --copy-kernel --compress-disk-image=bz2 --generate-bmap
    Part: common-mbr
    Language: en_US.UTF-8
    Keyboard: us
    Timezone: America/Los_Angeles
    RootPass: tizen
    DefaultUser: guest
    DefaultUserPass: tizen
    BootLoader: True
    BootloaderAppend: "rw vga=current splash rootwait rootfstype=ext4 plymouth.enable=0"
    BootloaderTimeout: 3
    BootloaderOptions: '--ptable=gpt --menus="install:Wipe and Install:systemd.unit=system-installer.service:test"'
    StartX: False
    Desktop: None
    SaveRepos: False
    UserGroups: "audio,video"
    Groups:
        - Common Base
        - Common Console Tools
        - Common Packaging
        - Common Adaptation
    PostScripts:
        - common-base
        - common-console-tools
        - common-packaging
        - common-adaptation
    NoChrootScripts:
        - buildname

Minimal:
    Part: common-mbr
    Repos: []

Installer:
    Part: common-mbr
    Repos: []

Wayland:
    Part: common-mbr
    UserGroups: "audio,video"
    Groups:
        - Common Wayland
        - Common Middleware
        - Common Applications
        - Common Bluetooth
        - Common Multimedia
        - Common Desktop Applications
        - Common Crosswalk
        - Common Qt5
    PostScripts:
        - common-wayland
        - common-middleware
        - common-applications
        - common-bluetooth
        - common-multimedia
        - common-desktop-applications
        - common-crosswalk
        - common-qt5
    Repos: []

Wayland-JJ:
    Part: common-mbr
    UserGroups: "audio,video"
    Groups:
        - Common Wayland
        - Common Middleware
        - Common Applications
        - Common Bluetooth
        - Common Multimedia
        - Common Desktop Applications
        - Common Crosswalk
        - Common Qt5
    PostScripts:
        - common-wayland
        - common-middleware
        - common-applications
        - common-bluetooth
        - common-multimedia
        - common-desktop-applications
        - common-crosswalk
        - common-qt5
    Repos: []