summaryrefslogtreecommitdiff
path: root/common.yaml
blob: 10dd666c0b1d66ed739216075a8e736ec82ab525 (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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
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:
        - Generic Base
        - Common Base
        - Generic Console Tools
        - Generic Packaging
        - Common Packaging
        - Generic Adaptation
    PostScripts:
        - generic-base
        - common-base
        - generic-console-tools
        - generic-packaging
        - common-packaging
        - generic-adaptation
    NoChrootScripts:
        - buildname

Minimal:
    Part: common-mbr
    Repos: []

Installer:
    Part: common-mbr
    BootloaderAppend: "rw vga=current quiet splash rootwait rootfstype=ext4 plymouth.enable=0"
    Repos: []

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

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