aboutsummaryrefslogtreecommitdiffstats
path: root/dual64.xml
blob: 26809b42170eeda7c9a874d3f2a087eef23e044f (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
<?xml version='1.0'?>

<productname desc="The Linux product">
	<nameid>MES5-dual</nameid>
	<nb_fork>10</nb_fork>
	<!-- you must specify on wich distrib this iso will be built -->
	<based_on>2009.0</based_on>
	<!-- -->
	<arch>x86_64</arch>
	<repo desc="Where is the repositery of the distribution">
		<path>/data</path>
	</repo>
	<workdir desc="Where is my working dir">
		<path>/home/installeur/mymkcd-cs5/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>
                </entry>
                <!-- keep this entry to create an array ref -->
                <entry></entry>
        </isolinux>

	<installer desc="path to the Mandriva installer (stage1/stage2)">
		<defaultpath>install</defaultpath>
		<!--<fullpath></fullpath> -->
	</installer>

	<!-- theme must be available to path altx/all.rdz files -->
        <theme name="Mandriva-release-Server">
                <theme>mandriva-theme-Corporate</theme>
                <bootsplash>Mandriva-Corporate</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 this 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="k64">
                                <file>lists/kernel64</file>
                        </input>
                        <input name="basesystem_common">
                                <file>lists/basesystem_mini</file>
                        </input>
                        <input name="lang">
                                <file>lists/languages_mini</file>
                        </input>
                        <exclude name="theme-corpo">
                                <file>lists/exclude-theme-corpo</file>
                        </exclude>
                        <exclude name="exclude">
                                <file>lists/exclude_mini</file>
                        </exclude>
			<exclude>
			</exclude>
			<!-- nosuggests options should be yes or no -->
			<nosuggests>yes</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>
		<!-- keep this entry to create an array ref -->
		<list></list>
	</media>

	<mediainfo desc="All files relatives to media_info dir">
                <version>5.1</version>
                <mediainfo_dir>media/media_info</mediainfo_dir>
                <rpmsrate>rpmsrate</rpmsrate>
                <compssusers>compssUsers.pl</compssusers>
                <filedeps>file-deps</filedeps>
                <filter>lists/extra-filter</filter>
                <restricted>no</restricted>
                <urpmi_option>-p  </urpmi_option>
                <askmedia desc="add for other media ?">
                        <todo>no</todo>
                </askmedia>
                <suppl desc="add an external media ?">
                        <todo>no</todo>
                </suppl>
                <xmlinfo>
                        <todo>no</todo>
                </xmlinfo>
	</mediainfo>
	
	<iso>
		<tag>Official</tag>
		<minor>1</minor>
		<subversion>1</subversion>
		<product>Corporate</product>
		<branch>Official</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>yes</hdlist>
		<synthesis>yes</synthesis>
                <header desc="Iso header info">
                        <systemid>Mandriva Linux</systemid>
                        <volumeid>MES5-Corporate-x86_64</volumeid>
                        <volumesetid>Mandriva Linux - MES5 - x86_64</volumesetid>
                        <publisherid>Mandriva</publisherid>
                        <datapreparer>Mandriva-Linux BCD</datapreparer>
                        <applicationid>Mandriva Linux - MES5</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>