diff options
author | Antoine Ginies <aginies@mandriva.com> | 2011-02-10 10:50:48 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2011-02-10 10:50:48 +0000 |
commit | 6f6997b6934e26b63b9635a1c24e9cad9fbdd6cc (patch) | |
tree | 00cd016a806646296df593174b975050d96a9c87 /dual64.xml | |
parent | 44c485f16b8427fb288e23e0b9a5b586e495a3cc (diff) | |
download | bcd-6f6997b6934e26b63b9635a1c24e9cad9fbdd6cc.tar bcd-6f6997b6934e26b63b9635a1c24e9cad9fbdd6cc.tar.gz bcd-6f6997b6934e26b63b9635a1c24e9cad9fbdd6cc.tar.bz2 bcd-6f6997b6934e26b63b9635a1c24e9cad9fbdd6cc.tar.xz bcd-6f6997b6934e26b63b9635a1c24e9cad9fbdd6cc.zip |
add first_media and update_prefix parameter
Diffstat (limited to 'dual64.xml')
-rw-r--r-- | dual64.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -54,9 +54,9 @@ </theme> <media desc="media to take into account to build the ISO"> - <!-- WARNING this media must be named "Main" because main media is mandatory for all other media--> - <!-- Morever the "Main" media is always the Name use for an MDV reposiery --> - <!-- futur feature will provide a way to specify another name for the basic repo of an MDV distribution --> + <!-- name of the first media wich contains basesystem and kernels --> + <first_media>Main</first_media> + <update_prefix>Updates</update_prefix> <list name="Main" desc="Main media"> <!-- MANDATORY list of wanted packages on the iso --> <input name="base"> |