diff options
author | Anne Nicolas <ennael@mageia.org> | 2011-11-11 19:49:06 +0000 |
---|---|---|
committer | Anne Nicolas <ennael@mageia.org> | 2011-11-11 19:49:06 +0000 |
commit | 28002f9f8eb91a55296fc91fbe11a559132a425f (patch) | |
tree | cd990c60798627e5e073d8e085f324b87c4deac8 | |
parent | 025060b12e8849745bf381eadb210204826377c6 (diff) | |
download | bcd-28002f9f8eb91a55296fc91fbe11a559132a425f.tar bcd-28002f9f8eb91a55296fc91fbe11a559132a425f.tar.gz bcd-28002f9f8eb91a55296fc91fbe11a559132a425f.tar.bz2 bcd-28002f9f8eb91a55296fc91fbe11a559132a425f.tar.xz bcd-28002f9f8eb91a55296fc91fbe11a559132a425f.zip |
update isos configuration files
-rw-r--r-- | dual64.xml | 24 | ||||
-rw-r--r-- | dvd_free32.xml | 3 | ||||
-rw-r--r-- | dvd_free64.xml | 3 |
3 files changed, 16 insertions, 14 deletions
@@ -15,13 +15,12 @@ </workdir> <tocopy_file>tocopy_plop</tocopy_file> <chroot_media>Core</chroot_media> - <chroot_media_exclude>Updatesi Testing</chroot_media_exclude> + <chroot_media_exclude>Updates Testing</chroot_media_exclude> <isolinux desc="isolinux info"> - <defaultpath>isolinux</defaultpath> - <!-- <fullpath></fullpath> --> + <fullpath>/home/bcd/build_bcd/pieces/cauldron/i586/isolinux</fullpath> <!-- add hdt entry in syslinux.cfg --> <entry name="hdt" desc="Core media"> - <bin>/home/bcd/build_bcd/pieces/cauldron/x86_64/isolinux/syslinux/hdt.c32</bin> + <bin>/home/bcd/build_bcd/pieces/cauldron/x86_64/isolinux/hdt.c32</bin> <label>hdt</label> <kernel>hdt.c32</kernel> <append>modules=modules.pci</append> @@ -36,7 +35,7 @@ </tocopy> <tocopy></tocopy> </isolinux> - <installer desc="path to the Mandriva installer (stage1/stage2)"> + <installer desc="path to the Mageia installer (stage1/stage2)"> <defaultpath>install</defaultpath> <!--<fullpath></fullpath> --> <advertising> @@ -46,8 +45,8 @@ </installer> <!-- theme must be available to path altx/all.rdz files --> - <theme name="mandriva-release-Free"> - <theme>Mageia-Default</theme> + <theme name="mageia-release-Default"> + <theme>mageia-theme-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> @@ -96,6 +95,7 @@ <mediainfo desc="All files relatives to media_info dir"> <version>2-alpha1</version> <!-- set fullpath if youy want to use an files in a non MDV repositery --> + <fullpath>/home/bcd/build_bcd/pieces/cauldron/x86_64/media/media_info</fullpath> <mediainfo_dir>media/media_info</mediainfo_dir> <rpmsrate>rpmsrate</rpmsrate> <compssusers>compssUsers.pl</compssusers> @@ -114,7 +114,7 @@ </mediainfo> <iso> - <tag>1</tag> + <tag>autumn</tag> <minor>1</minor> <subversion>1</subversion> <product>mageia-dual</product> @@ -130,11 +130,11 @@ <synthesis>yes</synthesis> <header desc="Iso header info"> <systemid>Mageia</systemid> - <volumeid>mageia-dual - 1</volumeid> - <volumesetid>Mageia - 1 - dual</volumesetid> + <volumeid>Mageia - mageia dual 2 - alpha1</volumeid> + <volumesetid>Mageia - 2 - alpha1</volumesetid> <publisherid>Mageia.Org</publisherid> - <datapreparer>Mandriva-Linux BCD</datapreparer> - <applicationid>mageia-dual - 1</applicationid> + <datapreparer>Mageia BCD</datapreparer> + <applicationid>mageia-dual - 2 - alpha1</applicationid> <copyrightid>Mageia.Org</copyrightid> </header> <isohybrid> diff --git a/dvd_free32.xml b/dvd_free32.xml index 9515f8b..d0daf33 100644 --- a/dvd_free32.xml +++ b/dvd_free32.xml @@ -1,11 +1,12 @@ <?xml version='1.0'?> <productname desc="Mageia DVD 32"> - <nameid>mageia</nameid> + <nameid>Mageia</nameid> <nb_fork>10</nb_fork> <!-- you must specify on wich distrib this iso will be built --> <based_on>cauldron</based_on> <!-- --> + <support>DVD</support> <arch>i586</arch> <repo desc="Where is the repositery of the distribution"> <path>/home/bcd/build_bcd/pieces</path> diff --git a/dvd_free64.xml b/dvd_free64.xml index f37741a..2b97dd9 100644 --- a/dvd_free64.xml +++ b/dvd_free64.xml @@ -1,11 +1,12 @@ <?xml version='1.0'?> <productname desc="Mageia DVD 64"> - <nameid>mageia</nameid> + <nameid>Mageia</nameid> <nb_fork>10</nb_fork> <!-- you must specify on wich distrib this iso will be built --> <based_on>cauldron</based_on> <!-- --> + <support>DVD</support> <arch>x86_64</arch> <repo desc="Where is the repositery of the distribution"> <path>/home/bcd/build_bcd/pieces</path> |