diff options
Diffstat (limited to 'dual.xml')
-rw-r--r-- | dual.xml | 42 |
1 files changed, 39 insertions, 3 deletions
@@ -5,8 +5,8 @@ <nb_fork>10</nb_fork> <!-- you must specify on wich distrib this iso will be built --> <based_on>cauldron</based_on> - <!-- --> - <checktool>rpmcheck</checktool> + <!-- + <checktool>rpmcheck</checktool>--> <arch>i586</arch> <repo desc="Where is the repositery of the distribution"> <path>/home/bcd/build_bcd/pieces</path> @@ -87,6 +87,42 @@ <backport>no</backport> <testing>no</testing> </list> + <list name="nonfree" desc="nonfree media"> + <!-- MANDATORY list of wanted packages on the iso --> + <input name="base"> + <file>lists/input_cat</file> + </input> + <input> + <file>lists/nonfree_mini</file> + </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"> + <file>lists/exclude</file> + </exclude> + <exclude name="exclude_free"> + <file>lists/exclude_free</file> + </exclude> + <exclude name="exclude"> + <file>lists/exclude_tofix</file> + </exclude> + <!-- to create an array you must keep this even if it is empty --> + <exclude> + </exclude> + <!-- nosuggests options should be yes or no --> + <nosuggests>yes</nosuggests> + <!-- will be taken in {repo}{version}{arch}/media --> + <mediadir>nonfree</mediadir> + <destmedia>nonfree</destmedia> + <!-- + <fullpath_mediadir>/home/plop/iso/final/t/i586/media/main</fullpath_mediadir> + --> + <pubkey>release/media_info/pubkey</pubkey> + <release>yes</release> + <updates>yes</updates> + <backport>no</backport> + <testing>no</testing> + </list> <!-- keep this entry to create an array ref --> <list></list> </media> @@ -126,7 +162,7 @@ <size>700</size> <!-- media.cfg will be stored on genisoimage->{builddir}/{nameid}/{arch} --> <mediacfg>media/media_info/media.cfg</mediacfg> - <hdlist>no</hdlist> + <hdlist>yes</hdlist> <synthesis>yes</synthesis> <header desc="Iso header info"> <systemid>Mageia</systemid> |