add a new keyword 'FileSystem', based on the updated static '.ks' file
[platform/upstream/kickstarter.git] / configurations.yaml
1 Default:
2     Active: True
3     Language: en_US.UTF-8
4     Keyboard: us
5     PackageArgs:
6     SaveRepos:  True
7     Timezone: America/Los_Angeles
8     RootPass: meego
9     DefaultUser: meego
10     DefaultUserPass: meego
11     PartSize: 1900
12     FileSystem: ext3
13     PostScripts:
14         - rpm
15     Groups:
16         - MeeGo Core
17         - MeeGo Compliance
18
19 CORE:
20     PartSize: 1000
21     BootloaderAppend: "quiet"
22     BootloaderTimeout: 0
23     PostScripts:
24         - cleanup
25     Groups:
26         - MeeGo X Window System
27     NoChrootScripts:
28         - buildname
29 N900:
30     Part: n900
31     BootloaderTimeout: 
32     BootloaderAppend: 
33     StartX: True
34     Groups:
35         - MeeGo Core
36         - Minimal MeeGo X Window System
37         - X for Handsets 
38         - MeeGo Compliance
39         - MeeGo Handset Desktop
40         - MeeGo Handset Applications
41         - MeeGo Base Development
42     Kernel: kernel-adaptation-n900
43     PostScripts:
44         - cleanup
45     NoChrootScripts:
46         - buildname
47     Architecture: armv7l
48     Repos:
49         - core
50         - handset
51         - non-oss
52 MFLD:
53     PartSize: 1700
54     BootloaderAppend: "ro pci=noearly console=tty1 console=ttyS0 console=ttyMFD2 earlyprintk=mrst loglevel=8 s0ix_latency=160"
55     BootloaderTimeout: 2
56     Bootloader: True
57     StartX: True
58     Groups:
59         - MeeGo Core
60         - Minimal MeeGo X Window System
61         - X for Handsets 
62         - MeeGo Compliance
63         - MeeGo Handset Desktop
64         - MeeGo Handset Applications
65         - MeeGo Base Development
66     Kernel: kernel
67     PostScripts:
68         - prelink
69         - cleanup
70     NoChrootScripts:
71         - buildname
72     Architecture: ia32
73     Repos:
74         - core
75         - handset
76         - non-oss
77 IVI:
78     PartSize: 2200
79     Bootloader: True
80     BootloaderAppend: "quiet"
81     BootloaderTimeout: 0
82     Session: "/usr/bin/startivi"
83     StartX: True
84     Groups:
85         - X for IVI
86     Kernel: kernel-adaptation-intel-automotive
87     PostScripts:
88         - prelink
89         - cleanup
90     NoChrootScripts:
91         - buildname
92     Architecture: ia32
93 NETBOOK:
94     PartSize: 3000
95     Bootloader: True
96     BootloaderAppend: "quiet"
97     BootloaderTimeout: 0
98     StartX: True
99     Groups:
100         - X for Netbooks
101         - Virtual Machine Support
102         - Printing
103         - Games
104         - MeeGo Netbook Desktop
105     Kernel: kernel
106     PostScripts:
107         - prelink
108         - cleanup
109     NoChrootScripts:
110         - buildname
111     Architecture: ia32
112     
113 Configurations:
114     -   Name: MeeGo IVI Development
115         Active: True
116         Baseline: "1.1.80"
117         Platform: IVI
118         Desktop: X-IVI
119         FileName: ivi-ia32
120         Mic2Options: -f livecd
121         Groups:
122             - MeeGo IVI Desktop
123             - MeeGo Base Development
124             - MeeGo IVI Applications
125             - Development Tools
126         Repos:
127             - core
128             - ivi
129         ExtraPackages:
130             - mesa-libEGL
131     -   Name: MeeGo IVI
132         Active: True
133         Baseline: "1.1.80"
134         Platform: IVI
135         Desktop: X-IVI
136         FileName: ivi-ia32
137         Mic2Options: -f livecd
138         Groups:
139             - MeeGo IVI Desktop
140             - MeeGo Base Development
141             - MeeGo IVI Applications
142         Repos:
143             - core
144             - ivi
145         ExtraPackages:
146             - mesa-libEGL
147     -   Name: MeeGo Netbook/Nettop
148         PartSize: 3000
149         Active: True
150         Baseline: "1.1.80"
151         Platform: NETBOOK
152         Desktop: meego
153         FileName: netbook-ia32
154         Mic2Options: -f livecd
155         Groups:
156             - MeeGo Netbook Desktop
157             - Base Double Byte IME Support
158             - MeeGo Base Development
159         Repos:
160             - core
161             - netbook
162         ExtraPackages:
163             - chromium
164     -   Name: MeeGo Handset N900 Development
165         Part: n900-devel
166         Active: True
167         Baseline: "1.1.80"
168         Platform: N900
169         FileName: handset-armv7l-n900-devel
170         Mic2Options: -f raw --save-kernel --arch=armv7l
171         Architecture: armv7l
172         Desktop: DUI
173         Session: "/usr/bin/mcompositor"
174         Groups:
175             - Nokia N900 Support
176             - Nokia N900 Proprietary Support
177             - Development Tools
178         ExtraPackages:
179             - xorg-x11-utils-xev
180             - u-boot-tools
181         PostScripts:
182             - inittab-n900
183             - fstab-n900
184             - u-boot
185     -   Name: MeeGo Handset N900
186         Active: True
187         Baseline: "1.1.80"
188         Platform: N900
189         FileName: handset-armv7l-n900
190         Mic2Options: -f raw --save-kernel --arch=armv7l
191         Architecture: armv7l
192         Desktop: DUI
193         Session: "/usr/bin/mcompositor"
194         Groups:
195             - Nokia N900 Support
196             - Nokia N900 Proprietary Support
197         ExtraPackages:
198             - xorg-x11-utils-xev
199             - u-boot-tools
200         PostScripts:
201             - inittab-n900
202             - fstab-n900
203             - u-boot
204
205     -   Name: MeeGo Handset MTF Development
206         PartSize: 2200
207         Active: True
208         Baseline: "1.1.80"
209         Platform: MFLD
210         FileName: handset-ia32-mtf-devel
211         Mic2Options: -f nand
212         Kernel: kernel-adaptation-medfield
213         Architecture: ia32
214         Desktop: DUI
215         Session: "/usr/bin/mcompositor"
216         Groups:
217             - Moorestown Support
218             - Development Tools
219         PostScripts:
220             - kernel-handset
221             - kboot
222             - serial-mfld
223     -   Name: MeeGo Handset MTF Pinetrail
224         Active: True
225         Baseline: "1.1.80"
226         Platform: MFLD
227         FileName: handset-ia32-pinetrail-mtf
228         Mic2Options: -f livecd
229         Kernel: kernel
230         Architecture: ia32
231         Desktop: DUI
232         Session: "/usr/bin/mcompositor"
233     -   Name: MeeGo Handset MTF
234         Schedule: "* * * * 3"
235         Active: True
236         Baseline: "1.1.80"
237         Platform: MFLD
238         FileName: handset-ia32-mtf
239         Mic2Options: -f nand
240         Kernel: kernel-adaptation-medfield
241         Architecture: ia32
242         Desktop: DUI
243         Session: "/usr/bin/mcompositor"
244         Groups:
245             - Moorestown Support
246         PostScripts:
247             - kernel-handset
248             - kboot
249             - serial-mfld