summaryrefslogtreecommitdiff
path: root/configurations.yaml
blob: 0466ded2e876a789e9ed70f27a86100aac396112 (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
Default:
    Active: True
    Language: en_US.UTF-8
    Keyboard: us
    PackageArgs:
    SaveRepos:  True
    Timezone: America/New_York
    RootPass: meego
    DefaultUser: meego
    DefaultUserPass: meego
    PartSize: 1900
    PostScripts:
        - rpm
    Groups:
        - MeeGo Core
        - MeeGo Compliance

CORE:
    PartSize: 1000
    BootloaderAppend: "quiet"
    BootloaderTimeout: 0
    PostScripts:
        - cleanup
    Groups:
        - MeeGo X Window System
    NoChrootScripts:
        - buildname
NETBOOK:
    PartSize: 1900
    BootloaderAppend: "quiet"
    BootloaderTimeout: 0
    PostScripts:
        - cleanup
    Groups:
        - X for Netbooks
        - Virtual Machine Support
        - Printing
        - Games
        - MeeGo Netbook Desktop
    Kernel: kernel
    PostScripts:
        - prelink
        - cleanup
    NoChrootScripts:
        - buildname
    Architecture: ia32
    
Configurations:
    -   Name: MeeGo Core
        Active: True
        Baseline: "1.1.80"
        Platform: CORE
        FileName: core-ia32-testing
        Kernel: kernel-netbook
        Architecture: ia32
        Repos:
            - core-testing
    -   Name: MeeGo Core N900
        Active: True
        Baseline: "1.1.80"
        Platform: CORE
        FileName: core-armv7l-n900-testing
        Kernel: kernel-n900
        Desktop:
        Architecture: armv7l
        Repos:
            - core-testing
    -   Name: MeeGo Netbook/Nettop
        PartSize: 3000
        Active: True
        Baseline: "1.1.80"
        Platform: NETBOOK
        Desktop: meego
        FileName: netbook-ia32
        Groups:
            - MeeGo Netbook Desktop
            - Base Double Byte IME Support
            - MeeGo Base Development
        Repos:
            - core
            - netbook
        ExtraPackages:
            - chromium
    -   Name: MeeGo Core
        Active: True
        Baseline: "1.1.80"
        Platform: CORE
        FileName: core-ia32
        Kernel: kernel
        Architecture: ia32
        Repos:
            - core
    -   Name: MeeGo Core N900
        Active: True
        Baseline: "1.1.80"
        Platform: CORE
        FileName: core-armv7l-n900
        Kernel: kernel-adaptation-n900
        Desktop:
        Architecture: armv7l
        Repos:
            - core