diff options
author | Eugeni Dodonov <eugeni@mandriva.org> | 2010-12-13 13:28:22 +0000 |
---|---|---|
committer | Eugeni Dodonov <eugeni@mandriva.org> | 2010-12-13 13:28:22 +0000 |
commit | 0ff0529926b4c5042a09be56b7ee49fe18da7ec4 (patch) | |
tree | 1ea7828edd666726949c7928b2739393886fcdbe /dvd_free32.xml | |
parent | 608149a25470e3ebe3aef6149f89dc23c6d72406 (diff) | |
download | bcd-0ff0529926b4c5042a09be56b7ee49fe18da7ec4.tar bcd-0ff0529926b4c5042a09be56b7ee49fe18da7ec4.tar.gz bcd-0ff0529926b4c5042a09be56b7ee49fe18da7ec4.tar.bz2 bcd-0ff0529926b4c5042a09be56b7ee49fe18da7ec4.tar.xz bcd-0ff0529926b4c5042a09be56b7ee49fe18da7ec4.zip |
Working on 2010.2 iso builds.
Diffstat (limited to 'dvd_free32.xml')
-rw-r--r-- | dvd_free32.xml | 47 |
1 files changed, 36 insertions, 11 deletions
diff --git a/dvd_free32.xml b/dvd_free32.xml index c142fb0..6dbbaa4 100644 --- a/dvd_free32.xml +++ b/dvd_free32.xml @@ -8,15 +8,16 @@ <!-- --> <arch>i586</arch> <repo desc="Where is the repositery of the distribution"> - <path>/home/plop/pieces</path> + <path>/mnt/BIG/official</path> </repo> <workdir desc="Where is my working dir"> - <path>/home/plop/build_bcd</path> + <path>/home/bcd/bcd/build_bcd</path> </workdir> <tocopy_file>tocopy_plop</tocopy_file> <isolinux desc="isolinux info"> <defaultpath>isolinux</defaultpath> <!--<fullpath></fullpath>--> + <fullpath>/home/bcd/2010.1/isolinux/</fullpath> <!-- add hdt entry in syslinux.cfg --> <entry name="hdt" desc="Main media"> <bin>/usr/lib/syslinux/hdt.c32</bin> @@ -27,7 +28,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-desktop-2mnb/modules.pcimap</file> </tocopy> <tocopy name="ids"> <file>/usr/share/pci.ids</file> @@ -37,6 +38,7 @@ <installer desc="path to the Mandriva installer (stage1/stage2)"> <defaultpath>install</defaultpath> <!--<fullpath></fullpath>--> + <fullpath>/usr/lib/drakx-installer-stage2/</fullpath> <advertising> <defaultpath>advertising</defaultpath> <!--<fullpath></fullpath>--> @@ -45,7 +47,7 @@ <!-- theme must be available to path altx/all.rdz files --> <theme name="mandriva-release-Free"> - <theme>mandriva-theme-Free</theme> + <theme>Mandriva-Free</theme> <bootsplash>Mandriva-Free</bootsplash> <bootsplash_path>/usr/share/plymouth</bootsplash_path> <gfxboot_path>/usr/share/gfxboot</gfxboot_path> @@ -90,6 +92,29 @@ --> <pubkey>release/media_info/pubkey</pubkey> <release>yes</release> + <updates>yes</updates> + <backport>no</backport> + <testing>no</testing> + </list> + <list name="2010.2" desc="2010.2 media"> + <input name="base"> + <file>lists/basesystem_mini</file> + </input> + <input name="kernel"> + </input> + <input name="lang"> + </input> + <!-- will be taken in {repo}{version}{arch}/media --> + <mediadir>main2</mediadir> + <destmedia>main</destmedia> + <!-- + <fullpath_mediadir>/home/plop/iso/final/t/i586/media/main</fullpath_mediadir> + --> + <external name="2010.2"> + <fullpath_mediadir>/home/images/bcd/2010.1/i586/release</fullpath_mediadir> + </external> + <pubkey>media_info/pubkey</pubkey> + <release>yes</release> <updates>no</updates> <backport>no</backport> <testing>no</testing> @@ -128,7 +153,7 @@ --> <pubkey>release/media_info/pubkey</pubkey> <release>yes</release> - <updates>no</updates> + <updates>yes</updates> <backport>no</backport> <testing>no</testing> </list> @@ -137,13 +162,13 @@ </media> <mediainfo desc="All files relatives to media_info dir"> - <version>2010-spring</version> + <version>2010.2</version> <!-- set fullpath if you want to use an files in a non MDV repositery --> - <fullpath>/home/plop/drakx/perl-install/install/share/meta-task</fullpath> + <!--<fullpath>/home/plop/drakx/perl-install/install/share/meta-task</fullpath>--> <mediainfo_dir>media/media_info</mediainfo_dir> <rpmsrate>rpmsrate</rpmsrate> <compssusers>compssUsers.pl</compssusers> - <filedeps>file-deps32</filedeps> + <filedeps>file-deps</filedeps> <filter>lists/extra-filter</filter> <urpmi_option>-a</urpmi_option> <askmedia desc="add for other media ?"> @@ -173,11 +198,11 @@ <synthesis>yes</synthesis> <header desc="Iso header info"> <systemid>Mandriva Linux</systemid> - <volumeid>FREE-2010S-i586</volumeid> - <volumesetid>Mandriva Linux - 2010 Spring (Free) - i586 DVD</volumesetid> + <volumeid>FREE-2010.2-i586</volumeid> + <volumesetid>Mandriva Linux - 2010.2 (Free) - i586 DVD</volumesetid> <publisherid>Mandriva</publisherid> <datapreparer>Mandriva-Linux BCD</datapreparer> - <applicationid>Mandriva Linux - 2010 Spring (Free)</applicationid> + <applicationid>Mandriva Linux - 2010.2 (Free)</applicationid> <copyrightid>Mandriva Linux</copyrightid> </header> <genisoimage desc="iso generation tool"> |