diff options
author | Eugeni Dodonov <eugeni@mandriva.org> | 2010-12-14 15:47:08 +0000 |
---|---|---|
committer | Eugeni Dodonov <eugeni@mandriva.org> | 2010-12-14 15:47:08 +0000 |
commit | 9ca318bd150959e20c5118a063bac8a1c499e4fd (patch) | |
tree | 7eab5276d024a72b9cc78dbbba187ffaea62b90b | |
parent | 6fcba5624f16a5ee6ff38dd93bd4201e6e3934d0 (diff) | |
download | bcd-9ca318bd150959e20c5118a063bac8a1c499e4fd.tar bcd-9ca318bd150959e20c5118a063bac8a1c499e4fd.tar.gz bcd-9ca318bd150959e20c5118a063bac8a1c499e4fd.tar.bz2 bcd-9ca318bd150959e20c5118a063bac8a1c499e4fd.tar.xz bcd-9ca318bd150959e20c5118a063bac8a1c499e4fd.zip |
Updated for 2010.2 images, x86_64 build and system-specific isolinux.
-rw-r--r-- | dvd_free32.xml | 4 | ||||
-rw-r--r-- | dvd_free64.xml | 18 |
2 files changed, 11 insertions, 11 deletions
diff --git a/dvd_free32.xml b/dvd_free32.xml index 6dbbaa4..2ebadb8 100644 --- a/dvd_free32.xml +++ b/dvd_free32.xml @@ -17,7 +17,7 @@ <isolinux desc="isolinux info"> <defaultpath>isolinux</defaultpath> <!--<fullpath></fullpath>--> - <fullpath>/home/bcd/2010.1/isolinux/</fullpath> + <fullpath>/home/bcd/2010.1/isolinux-i586/</fullpath> <!-- add hdt entry in syslinux.cfg --> <entry name="hdt" desc="Main media"> <bin>/usr/lib/syslinux/hdt.c32</bin> @@ -38,7 +38,7 @@ <installer desc="path to the Mandriva installer (stage1/stage2)"> <defaultpath>install</defaultpath> <!--<fullpath></fullpath>--> - <fullpath>/usr/lib/drakx-installer-stage2/</fullpath> + <fullpath>/home/bcd/2010.1/installer/</fullpath> <advertising> <defaultpath>advertising</defaultpath> <!--<fullpath></fullpath>--> diff --git a/dvd_free64.xml b/dvd_free64.xml index 19a028f..49d1b64 100644 --- a/dvd_free64.xml +++ b/dvd_free64.xml @@ -17,7 +17,7 @@ <isolinux desc="isolinux info"> <defaultpath>isolinux</defaultpath> <!-- <fullpath></fullpath> --> - <fullpath>/home/bcd/2010.1/isolinux/</fullpath> + <fullpath>/home/bcd/2010.1/isolinux-x86_64/</fullpath> <!-- add hdt entry in syslinux.cfg --> <entry name="hdt" desc="Main media"> <bin>/usr/lib/syslinux/hdt.c32</bin> @@ -38,7 +38,7 @@ <installer desc="path to the Mandriva installer (stage1/stage2)"> <defaultpath>install</defaultpath> <!--<fullpath></fullpath> --> - <fullpath>/usr/lib/drakx-installer-stage2/</fullpath> + <fullpath>/home/bcd/2010.1/installer/</fullpath> <advertising> <defaultpath>advertising</defaultpath> <!--<fullpath></fullpath> --> @@ -59,12 +59,12 @@ <!-- 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_cat</file> - </input> <input name="theme"> <file>lists/theme-free</file> </input> + <input name="base"> + <file>lists/input_cat</file> + </input> <input> <file>lists/input_main_ooo3</file> </input> @@ -111,7 +111,7 @@ <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> + <fullpath_mediadir>/home/images/bcd/2010.1/x86_64/release</fullpath_mediadir> </external> <pubkey>media_info/pubkey</pubkey> <release>yes</release> @@ -134,12 +134,12 @@ <exclude name="exclude"> <file>lists/exclude_free</file> </exclude> - <exclude name="exclude"> - <file>lists/exclude_contrib64</file> - </exclude> <exclude name="exclude"> <file>lists/exclude_tofix</file> </exclude> + <exclude name="exclude"> + <file>lists/exclude_contrib64</file> + </exclude> <!-- to create an array you must keep this even if it is empty --> <exclude> </exclude> |