diff options
author | Antoine Ginies <aginies@mandriva.com> | 2011-02-22 14:52:04 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2011-02-22 14:52:04 +0000 |
commit | 99c6c6db3b45f2b5e09e9e52dc331f12c46e0e9a (patch) | |
tree | 9d6a1ea6bf218c061048e6db78cada4f44dcc19a | |
parent | f3fa9cd3866b3bb9694d3a927a0e5ac3871cc561 (diff) | |
download | bcd-99c6c6db3b45f2b5e09e9e52dc331f12c46e0e9a.tar bcd-99c6c6db3b45f2b5e09e9e52dc331f12c46e0e9a.tar.gz bcd-99c6c6db3b45f2b5e09e9e52dc331f12c46e0e9a.tar.bz2 bcd-99c6c6db3b45f2b5e09e9e52dc331f12c46e0e9a.tar.xz bcd-99c6c6db3b45f2b5e09e9e52dc331f12c46e0e9a.zip |
select using update, no more use the release media
-rw-r--r-- | dual.xml | 17 | ||||
-rw-r--r-- | dual64.xml | 9 |
2 files changed, 19 insertions, 7 deletions
@@ -32,7 +32,7 @@ <entry></entry> <entry></entry> <tocopy name="pcimap"> - <file>/lib/modules/2.6.27.53-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> @@ -63,15 +63,20 @@ <!-- 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="kernel"> + <!-- <input name="kernel"> <file>lists/kernel32</file> </input> <input name="base"> - <file>lists/basesystem_mini</file> + <file>lists/basesystem_test</file> </input> <input name="base"> <file>lists/languages_mini</file> </input> + --> + <input name="base"> + </input> + <input name="base"> + </input> <!-- to create an array you must keep this even if it is empty --> <!-- MANDATORY list of unwanted packages on the iso --> <exclude name="exclude"> @@ -99,9 +104,13 @@ </list> <list name="bck" desc="Main2 media"> <input name="base2"> - <file>lists/basesystem_mini</file> + <file>lists/basesystem_test</file> + </input> + <input name="kernel"> + <file>lists/kernel32</file> </input> <input name="base"> + <file>lists/languages_mini</file> </input> <exclude name="exclude"> <file>lists/exclude-theme-corpo</file> @@ -67,7 +67,7 @@ <file>lists/kernel64</file> </input> <input name="base"> - <file>lists/basesystem_mini</file> + <file>lists/basesystem_test</file> </input> <input name="base"> <file>lists/languages_mini</file> @@ -99,7 +99,10 @@ </list> <list name="bck" desc="Main2 media"> <input name="base2"> - <file>lists/basesystem_mini</file> + <file>lists/basesystem_test</file> + </input> + <input name="kernel"> + <file>lists/kernel64</file> </input> <input name="base"> </input> @@ -115,7 +118,7 @@ <mediadir>main2</mediadir> <destmedia>main</destmedia> <external name="bck"> - <fullpath_mediadir>/home/builduser/PIECES/i586/release</fullpath_mediadir> + <fullpath_mediadir>/home/builduser/PIECES/x86_64/release</fullpath_mediadir> </external> <pubkey>release/media_info/pubkey</pubkey> <release>yes</release> |