/[soft]/build_system/bcd/branches/3/dvd_free32.yaml
ViewVC logotype

Contents of /build_system/bcd/branches/3/dvd_free32.yaml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8667 - (show annotations) (download)
Sun Jul 28 12:40:37 2013 UTC (10 years, 8 months ago) by ennael
File size: 7364 byte(s)
Mageia 3 branch

1 ---
2 # Where is my working dir
3 workdir:
4 path: /home/bcd/build_bcd
5
6 # Where is the repositery of the distribution
7 repo:
8 path: /home/bcd/build_bcd/pieces
9
10 # desc Mageia DVD 32
11 nameid: mageia
12
13 # You must specify on wich distrib this iso will be built
14 based_on: cauldron
15 chroot_media: Core
16 tocopy_file: tocopy_plop
17 arch: i586
18
19 # You should really care about this parameter: how many urpmq could you
20 # launch at the same time?
21 nb_fork: "10"
22
23 chroot_media_exclude: Updates Testing
24
25 # path to the Mandriva installer (stage1/stage2)
26 installer:
27 defaultpath: install
28 advertising:
29 defaultpath: advertising
30 fullpath:
31 patch:
32
33 # theme must be available to path altx/all.rdz files
34 theme:
35 name: mandriva-release-Free
36 bootsplash_path: /home/bcd/build_bcd/pieces/iso/plymouth
37 theme: mageia-theme-Default
38 gfxboot_path: /home/bcd/build_bcd/pieces/iso/gfxboot
39 bootsplash: Default
40
41 # All files relatives to media_info dir
42 mediainfo:
43 # set fullpath if youy want to use an files in a non MDV repositery -->
44 fullpath: /home/bcd/build_bcd/pieces/cauldron/i586/media/media_info
45 # desc: add for other media ?
46 askmedia:
47 todo: "yes"
48 filedeps: file-deps
49 mediainfo_dir: media/media_info
50 # desc: add an external media ?
51 suppl:
52 todo: "yes"
53 compssusers: compssUsers.pl
54 filter: lists/no-filter
55 rpmsrate: rpmsrate
56 urpmi_option: -a
57 version: 2-alpha1
58 xmlinfo:
59 todo: "no"
60
61 # media to take into account to build the ISO
62 # WARNING the media must be named "Main" because main media is mandatory for all other media
63 # Morever the "Main" media is always the Name use for an MDV reposiery
64 # future feature will provide a way to specify another name for the basic repo of an MDV distribution
65 media:
66 first_media: core
67 update_prefix: Updates
68 list:
69 -
70 #desc: core media
71 mediadir: core
72 name: core
73 updates: "no"
74 destmedia: core
75 # MANDATORY list of unwanted packages on the iso
76 exclude:
77 -
78 name: exclude
79 file: lists/exclude
80 -
81 name: exclude_free
82 file: lists/exclude_free
83 -
84 name: exclude
85 file: lists/exclude_tofix
86
87 pubkey: release/media_info/pubkey
88 testing: "no"
89 nosuggests: "yes"
90 backport: "no"
91 release: "yes"
92 input:
93 -
94 name: theme
95 file: lists/theme-free
96 -
97 name: base
98 file: lists/input_cat
99
100 # isolinux info
101 isolinux:
102 #defaultpath: ?
103 #firmware: ?
104 fullpath: /home/bcd/build_bcd/pieces/cauldron/i586/isolinux
105 tocopy:
106 -
107 name: pcimap
108 file: /home/bcd/build_bcd/pieces/cauldron/i586/isolinux//modules.pcimap
109 -
110 name: ids
111 file: /usr/share/pci.ids
112 #
113 entry:
114 -
115 # Main media
116 kernel: hdt.c32
117 label: hdt
118 name: hdt
119 append: modules=modules.pci
120 bin: /home/bcd/build_bcd/pieces/cauldron/i586/isolinux/hdt.c32
121
122 #
123 iso:
124 # SIZE is not YET USED !!!
125 size: "4000"
126 mediacfg: media/media_info/media.cfg
127 # Iso header info
128 header:
129 applicationid: Mageia 2 - Alpha 1
130 datapreparer: Mageia BCD
131 volumeid: FREE-2-i586-alpha1
132 publisherid: Mageia.Org
133 systemid: Mageia
134 copyrightid: Mageia.Org
135 volumesetid: Mageia 2 - Alpha 1 - i586 DVD
136 branch: Devel
137 subversion: "1"
138 tag: autumnm
139 isohybrid:
140 options: --fatfirst
141 # dual arch not yet supported
142 dualarch: "no"
143 hdlist: "no"
144 type: basic
145 product: Free
146
147 # iso generation tool
148 genisoimage:
149 builddir: build
150 isodir: iso
151 bootcat: isolinux/boot.cat
152 options: "-f -r -J -hide-rr-moved -nobak -cache-inodes -no-emul-boot -boot-load-size 4 "
153 synthesis: "yes"
154 minor: "1"
155 ---
156 # Where is my working dir
157 workdir:
158 path: /home/bcd/build_bcd
159
160 # Where is the repositery of the distribution
161 repo:
162 path: /home/bcd/build_bcd/pieces
163
164 # desc Mageia DVD 32
165 nameid: mageia
166
167 # You must specify on wich distrib this iso will be built
168 based_on: cauldron
169 chroot_media: Core
170 tocopy_file: tocopy_plop
171 arch: i586
172
173 # You should really care about this parameter: how many urpmq could you
174 # launch at the same time?
175 nb_fork: "10"
176
177 chroot_media_exclude: Updates Testing
178
179 # path to the Mandriva installer (stage1/stage2)
180 installer:
181 defaultpath: install
182 advertising:
183 defaultpath: advertising
184 fullpath:
185 patch:
186
187 # theme must be available to path altx/all.rdz files
188 theme:
189 name: mandriva-release-Free
190 bootsplash_path: /home/bcd/build_bcd/pieces/iso/plymouth
191 theme: mageia-theme-Default
192 gfxboot_path: /home/bcd/build_bcd/pieces/iso/gfxboot
193 bootsplash: Default
194
195 # All files relatives to media_info dir
196 mediainfo:
197 # set fullpath if youy want to use an files in a non MDV repositery -->
198 fullpath: /home/bcd/build_bcd/pieces/cauldron/i586/media/media_info
199 # desc: add for other media ?
200 askmedia:
201 todo: "yes"
202 filedeps: file-deps
203 mediainfo_dir: media/media_info
204 # desc: add an external media ?
205 suppl:
206 todo: "yes"
207 compssusers: compssUsers.pl
208 filter: lists/no-filter
209 rpmsrate: rpmsrate
210 urpmi_option: -a
211 version: 2-alpha1
212 xmlinfo:
213 todo: "no"
214
215 # media to take into account to build the ISO
216 # WARNING the media must be named "Main" because main media is mandatory for all other media
217 # Morever the "Main" media is always the Name use for an MDV reposiery
218 # future feature will provide a way to specify another name for the basic repo of an MDV distribution
219 media:
220 first_media: core
221 update_prefix: Updates
222 list:
223 -
224 #desc: core media
225 mediadir: core
226 name: core
227 updates: "no"
228 destmedia: core
229 # MANDATORY list of unwanted packages on the iso
230 exclude:
231 -
232 name: exclude
233 file: lists/exclude
234 -
235 name: exclude_free
236 file: lists/exclude_free
237 -
238 name: exclude
239 file: lists/exclude_tofix
240
241 pubkey: release/media_info/pubkey
242 testing: "no"
243 nosuggests: "yes"
244 backport: "no"
245 release: "yes"
246 input:
247 -
248 name: theme
249 file: lists/theme-free
250 -
251 name: base
252 file: lists/input_cat
253
254 # isolinux info
255 isolinux:
256 #defaultpath: ?
257 #firmware: ?
258 fullpath: /home/bcd/build_bcd/pieces/cauldron/i586/isolinux
259 tocopy:
260 -
261 name: pcimap
262 file: /home/bcd/build_bcd/pieces/cauldron/i586/isolinux//modules.pcimap
263 -
264 name: ids
265 file: /usr/share/pci.ids
266 #
267 entry:
268 -
269 # Main media
270 kernel: hdt.c32
271 label: hdt
272 name: hdt
273 append: modules=modules.pci
274 bin: /home/bcd/build_bcd/pieces/cauldron/i586/isolinux/hdt.c32
275
276 #
277 iso:
278 # SIZE is not YET USED !!!
279 size: "4000"
280 mediacfg: media/media_info/media.cfg
281 # Iso header info
282 header:
283 applicationid: Mageia 2 - Alpha 1
284 datapreparer: Mageia BCD
285 volumeid: FREE-2-i586-alpha1
286 publisherid: Mageia.Org
287 systemid: Mageia
288 copyrightid: Mageia.Org
289 volumesetid: Mageia 2 - Alpha 1 - i586 DVD
290 branch: Devel
291 subversion: "1"
292 tag: autumnm
293 isohybrid:
294 options: --fatfirst
295 # dual arch not yet supported
296 dualarch: "no"
297 hdlist: "no"
298 type: basic
299 product: Free
300
301 # iso generation tool
302 genisoimage:
303 builddir: build
304 isodir: iso
305 bootcat: isolinux/boot.cat
306 options: "-f -r -J -hide-rr-moved -nobak -cache-inodes -no-emul-boot -boot-load-size 4 "
307 synthesis: "yes"
308 minor: "1"

  ViewVC Help
Powered by ViewVC 1.1.30