diff options
Diffstat (limited to 'dual64.xml')
-rw-r--r-- | dual64.xml | 78 |
1 files changed, 27 insertions, 51 deletions
@@ -1,21 +1,21 @@ <?xml version='1.0'?> <productname desc="The Linux product"> - <nameid>mandriva-linux-free-dual</nameid> + <nameid>mageia-dual</nameid> <nb_fork>10</nb_fork> <!-- you must specify on wich distrib this iso will be built --> - <based_on>2010.1</based_on> + <based_on>1</based_on> <!-- --> <arch>x86_64</arch> <repo desc="Where is the repositery of the distribution"> - <path>/home/plop/pieces</path> + <path>/home/bcd/build_bcd/pieces</path> </repo> <workdir desc="Where is my working dir"> - <path>/home/plop/build_bcd</path> + <path>/home/bcd/build_bcd</path> </workdir> <tocopy_file>tocopy_plop</tocopy_file> - <chroot_media>Main,Main Updates</chroot_media> - <chroot_media_exclude>Main Backports,Main Testing</chroot_media_exclude> + <chroot_media>Core</chroot_media> + <chroot_media_exclude>Core Backports,Core Testing</chroot_media_exclude> <isolinux desc="isolinux info"> <defaultpath>isolinux</defaultpath> <!-- <fullpath></fullpath> --> @@ -29,7 +29,7 @@ <!-- keep this entry to create an array ref --> <entry></entry> <tocopy name="pcimap"> - <file>/lib/modules/2.6.33.4-server-1mnb/modules.pcimap</file> + <file>/lib/modules/2.6.33.7-server-2mnb/modules.pcimap</file> </tocopy> <tocopy name="ids"> <file>/usr/share/pci.ids</file> @@ -47,17 +47,17 @@ <!-- theme must be available to path altx/all.rdz files --> <theme name="mandriva-release-Free"> - <theme>Mandriva-Free</theme> - <bootsplash>Mandriva-Free</bootsplash> - <bootsplash_path>/usr/share/plymouth</bootsplash_path> - <gfxboot_path>/usr/share/gfxboot</gfxboot_path> + <theme>Mageia-Default</theme> + <bootsplash>Mageia-Default</bootsplash> + <bootsplash_path>/home/bcd/build_bcd/pieces/iso/plymouth</bootsplash_path> + <gfxboot_path>/home/bcd/build_bcd/pieces/iso/gfxboot</gfxboot_path> </theme> <media desc="media to take into account to build the ISO"> <!-- name of the first media wich contains basesystem and kernels --> - <first_media>Main</first_media> + <first_media>Core</first_media> <update_prefix>Updates</update_prefix> - <list name="Main" desc="Main media"> + <list name="Core" desc="Core media"> <!-- MANDATORY list of wanted packages on the iso --> <input name="base"> <file>lists/basesystem_mini</file> @@ -90,32 +90,6 @@ <backport>no</backport> <testing>no</testing> </list> - <list name="Contrib" desc="Contrib media"> - <!-- MANDATORY list of wanted packages on the iso --> - <input name="base"> - </input> - <!-- to create an array you must keep this even if it is empty --> - <input> - <file>lists/dual_contrib</file> - </input> - <!-- MANDATORY list of unwanted packages on the iso --> - <!-- to create an array you must keep this even if it is empty --> - <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>contrib</mediadir> - <destmedia>contrib</destmedia> - <pubkey>release/media_info/pubkey</pubkey> - <release>yes</release> - <updates>no</updates> - <backport>no</backport> - <testing>no</testing> - </list> <!-- keep this entry to create an array ref --> <list></list> <!-- keep this entry to create an array ref --> @@ -123,13 +97,12 @@ </media> <mediainfo desc="All files relatives to media_info dir"> - <version>2010-spring</version> + <version>1</version> <!-- set fullpath if youy want to use an files in a non MDV repositery --> - <fullpath>/home/plop/drakx/perl-install/install/share/meta-task</fullpath> <mediainfo_dir>media/media_info</mediainfo_dir> <rpmsrate>rpmsrate</rpmsrate> - <compssusers>compssUsers.pl-dual</compssusers> - <filedeps>file-deps64</filedeps> + <compssusers>compssUsers.pl</compssusers> + <filedeps>file-deps</filedeps> <filter>lists/no-filter</filter> <urpmi_option> -p</urpmi_option> <askmedia desc="add for other media ?"> @@ -144,10 +117,10 @@ </mediainfo> <iso> - <tag>farman</tag> + <tag>1</tag> <minor>1</minor> <subversion>1</subversion> - <product>Free</product> + <product>mageia-dual</product> <branch>Official</branch> <type>basic</type> <!-- dual arch not yet supported --> @@ -159,14 +132,17 @@ <hdlist>yes</hdlist> <synthesis>yes</synthesis> <header desc="Iso header info"> - <systemid>Mandriva Linux</systemid> - <volumeid>FREE-2010Spring-DUAL</volumeid> - <volumesetid>Mandriva Linux - 2010 Springi (Free) - DUAL CD</volumesetid> - <publisherid>Mandriva</publisherid> + <systemid>Mageia</systemid> + <volumeid>mageia-dual - 1</volumeid> + <volumesetid>Mageia - 1 - dual</volumesetid> + <publisherid>Mageia.Org</publisherid> <datapreparer>Mandriva-Linux BCD</datapreparer> - <applicationid>Mandriva Linux - 2010 Spring (Free)</applicationid> - <copyrightid>Mandriva Linux</copyrightid> + <applicationid>mageia-dual - 1</applicationid> + <copyrightid>Mageia.Org</copyrightid> </header> + <isohybrid> + <options>--fatfirst</options> + </isohybrid> <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> |