diff options
Diffstat (limited to 'dual64.xml')
-rw-r--r-- | dual64.xml | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -86,13 +86,13 @@ <backport>no</backport> <testing>no</testing> </list> - <list name="Nonfree" desc="Nonfree Release"> + <list name="nonfree" desc="Nonfree Release"> <!-- MANDATORY list of wanted packages on the iso --> <input name="base"> <file>lists/basesystem_mini</file> </input> <input> - <file>lists/nnonfree_mini</file> + <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 --> @@ -103,14 +103,14 @@ <file>lists/exclude_free</file> </exclude> <exclude name="exclude"> - <file>lists/exclude_tofix</file> + <file>lists/exclude_dual</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 --> + <!-- will be taken in {repo}{version}{aRCh}/media --> <mediadir>nonfree</mediadir> <destmedia>nonfree</destmedia> <!-- @@ -123,6 +123,7 @@ <testing>no</testing> </list> + <!-- keep this entry to create an array ref --> <list></list> </media> |