aboutsummaryrefslogtreecommitdiffstats
path: root/bcd.xml
blob: 17ae2aa7eb42c9a28fb81538bc06b1f90225e407 (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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<?xml version='1.0'?>

<productname desc="The Linux product">
	<nameid>mandriva-linux-free</nameid>
        <!-- you should really care about this parameter, how many urpmq could you launch at the same time ? -->
        <nb_fork>10</nb_fork>
	<!-- you must specify on wich distrib this iso will be built -->
	<based_on>2010.1</based_on>
	<!-- -->
	<arch>i586</arch>
	<repo desc="Where is the repositery of the distribution">
		<path>/mnt/ken/dis/</path>
	</repo>
	<workdir desc="Where is my working dir">
		<path>/home/plop/build_bcd</path>
	</workdir>
	<tocopy_file>tocopy_plop</tocopy_file>
	<isolinux desc="isolinux info">
		<defaultpath>isolinux</defaultpath>
		<!--<fullpath></fullpath>-->
		<!-- add hdt entry in syslinux.cfg -->
		<entry name="hdt" desc="Main media">
			<bin>/usr/lib/syslinux/hdt.c32</bin>
			<label>hdt</label>
			<kernel>hdt.c32</kernel>
			<append>modules=modules.pci</append>
		</entry>
		<!-- keep this entry to create an array ref -->
		<entry></entry>
               <tocopy name="pcimap">
		       <file>/lib/modules/2.6.32-server-1mnb/modules.pcimap</file>
                </tocopy>
                <tocopy name="ids">
                        <file>/usr/share/pci.ids</file>
                </tocopy>
                <tocopy></tocopy>
	</isolinux>
	<installer desc="path to the Mandriva installer (stage1/stage2)">
		<defaultpath>install</defaultpath>
		<!--<fullpath></fullpath>-->
		<advertising>
			<defaultpath>advertising</defaultpath>
                	<!--<fullpath></fullpath>-->
		</advertising>
	</installer>

	<!-- theme must be available to path altx/all.rdz files -->
	<theme name="mandriva-release-Free">
		<bootsplash>Mandriva-Free</bootsplash>
		<bootsplash_path>/usr/share/bootsplash</bootsplash_path>
		<gfxboot_path>/usr/share/gfxboot</gfxboot_path>
	</theme>

	<media desc="media to take into account to build the ISO">
		<!-- WARNING thie media must be named "Main" because main media is mandatory for all other media-->
		<!-- Morever the "Main" media is always the Name use for an MDV reposiery -->
		<!-- futur feature will provide a way to specify another name for the basic repo of an MDV distribution -->
		<list name="Main" desc="Main media">
			<!-- MANDATORY list of wanted packages on the iso -->
			<input name="base">
				<file>lists/input_main</file>
			</input>
			<!-- to create an array you must keep this even if it is empty -->
			<input name="extra">
				<file>lists/input_main_extra</file>
			</input>
                        <!-- external media repositery with hdlists -->
                        <external name="corpo">
                                <fullpath_mediadir>/home/plop/pieces/corpo</fullpath_mediadir>
                        </external>
			<!-- MANDATORY list of unwanted packages on the iso -->
			<exclude name="exclude">
				<file>lists/exclude_main</file>
			</exclude>
			<!-- to create an array you must keep this even if it is empty -->
			<exclude name="extra">
				<file>lists/exclude_main_extra</file>
			</exclude>
			<!-- nosuggests options should be yes or no -->
			<nosuggests>no</nosuggests>
			<!-- will be taken in {repo}{version}{arch}/media -->
			<mediadir>main</mediadir>
			<destmedia>main</destmedia>
			<!--
			<fullpath_mediadir>/home/plop/iso/final/t/i586/media/main</fullpath_mediadir>
			-->
			<pubkey>release/media_info/pubkey</pubkey>
			<release>yes</release>
			<updates>yes</updates>
			<backport>no</backport>
			<testing>no</testing>
		</list>
		<list name="Contrib" desc="Contrib media">
			<!-- Supp media needed to install packages from this media, usefull for external media
			wich need main and contrib, use the urpmi syntax of \-\-media (no space, media separated by coma)
			<media_supp>Main,Main Updates,Contrib,Contrib Updates</media_supp>
			-->
			<input name="base">
				<file>lists/input_contrib</file>
			</input>
			<!-- to create an array you must keep this even if it is empty -->
			<input name="extra">
				<file>lists/input_contrib_extra</file>
			</input>
			<!-- MANDATORY list of unwanted packages on the iso -->
			<exclude name="exclude">
				<file>lists/exclude_contrib</file>
			</exclude>
			<!-- to create an array you must keep this even if it is empty -->
			<exclude name="extra">
				<file>lists/exclude_contrib_extra</file>
			</exclude>
			<!-- nosuggests options should be yes or no -->
			<nosuggests>no</nosuggests>
			<!-- will be taken in {repo}{version}{arch}/media -->
			<mediadir>contrib</mediadir>
			<destmedia>contrib</destmedia>
                        <external name="Contrib">
                                <fullpath_mediadir>/home/plop/build/2009.1/100/i586/media/contrib</fullpath_mediadir>
                        </external>
			<pubkey>release/media_info/pubkey</pubkey>
			<release>yes</release>
			<updates>yes</updates>
			<backport>no</backport>
			<testing>no</testing>
		</list>
		<!-- keep this entry to create an array ref -->
		<list></list>
	</media>

	<mediainfo desc="All files relatives to media_info dir">
	    	<!-- since 2009.1 we dont need hdlist anymore -->
	        <version>2010.1</version>
		<!-- set fullpath if youy want to use an files in a non MDV repositery -->
                <!--<fullpath></fullpath>-->
		<mediainfo_dir>media/media_info</mediainfo_dir>
		<rpmsrate>rpmsrate</rpmsrate>
		<compssusers>compssUsers.pl</compssusers>
		<filedeps>file-deps</filedeps>
		<filter>lists/no-filter</filter>
		<urpmi_option>-a</urpmi_option>
		<askmedia desc="add for other media ?">
			<todo>yes</todo>
		</askmedia>
		<suppl desc="add an external media ?">
			<todo>yes</todo>
		</suppl>
		<xmlinfo>
			<todo>no</todo>
		</xmlinfo>
	</mediainfo>
	
	<iso>
		<tag>alpha1</tag>
		<minor>0</minor>
		<subversion>1</subversion>
		<product>Download</product>
		<branch>Cooker</branch>
		<type>basic</type>
		<!-- dual arch not yet supported -->
		<dualarch>no</dualarch>
		<!-- SIZE is not YET USED !!! -->
		<size>700</size>
		<!-- media.cfg will be stored on genisoimage->{builddir}/{nameid}/{arch} -->
		<mediacfg>media/media_info/media.cfg</mediacfg>
		<hdlist>no</hdlist>
		<synthesis>yes</synthesis>
		<header desc="Iso header info">
			<systemid>Mandriva Linux</systemid>
			<volumeid>FREE-20101-i586</volumeid>
			<volumesetid>Mandriva Linux - 2010 Spring (Free) - i586 DVD</volumesetid>
			<publisherid>Mandriva</publisherid>
			<datapreparer>Mandriva-Linux</datapreparer>
			<applicationid>Mandriva Linux - 2010 Spring (Free)</applicationid>
			<copyrightid>Mandriva Linux</copyrightid>
		</header>
		<genisoimage desc="iso generation tool">
			<options>-f -r -J -hide-rr-moved -nobak -cache-inodes -no-emul-boot -boot-load-size 4 </options>
			<bootcat>isolinux/boot.cat</bootcat>
			<!-- builddir and destdir will always use the workdir -->
			<builddir>build</builddir>
			<isodir>iso</isodir>
		</genisoimage>
	</iso>
</productname>