Removing base references.
[profile/mobile/image-configurations.git] / README.kickstarter
1 This configurations.yaml file has a generic definition of configurations. 
2 The Configurations inherit from platforms first then from the DEFAULT section.
3 The image configurations override all other settings 
4 (in DEFAULT and platform sections).
5
6 Basically all common options should go to the DEFAULT section. If an options is
7 related to a specific platform, then that option should be added to the platform
8 section. Try to keep platforms clean and very generic, if needed, create a new
9 platform section and use it when many options for a new platfrom are common.
10
11 Example
12
13
14 # description of the configuration file
15 Name: MeeGo Netbook/Nettop  
16 # When should this image be generated:
17 # *: always
18 # 0: Monday
19 # 1: Tuesday
20 # ...
21 # If no schedule keyword is present, then image will not be created
22
23 Schedule: "*"
24
25 # if this image is active
26 Active: True
27
28 # Inherit from platform
29 Platform: NETBOOK
30
31 # MIC2 options to be used when creating this image
32 Mic2Options: "-f livecd"
33
34 # Desktop type
35 Desktop: None 
36
37 # Timezone
38 Timezone: America/New_York
39
40 # The name of the configuration file
41 FileName: netbook-ia32
42
43 # package groups
44 Groups:
45     - MeeGo Netbook Desktop
46     - MeeGo Core
47     - Printing
48     - Games
49
50 # Additional packages that are not part of any group
51 ExtraPackages:
52     - chromium
53     - adobe-release
54     - flash-plugin
55
56 # Repos to use in addition to default repos, those are define in the repos.yaml file
57 Repos:
58     - adobe