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 /doc/conf.xml.pod | |
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 'doc/conf.xml.pod')
-rw-r--r-- | doc/conf.xml.pod | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/conf.xml.pod b/doc/conf.xml.pod index 7fa3575..43c6576 100644 --- a/doc/conf.xml.pod +++ b/doc/conf.xml.pod @@ -127,9 +127,11 @@ problem of mixing theme on a same product media section will defined wich media you want to use and you want to create on the DVD <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 repositery --> - <!-- 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> + <!-- WARNING this first_media must be defined because this media is mandatory for all other media--> + <!-- Morever the first_media is always the Name use for an MDV repositery --> <!-- use the supp_media option if you needed to use media option of urpmi, usefull for external media wich need main and contrib to be installed, use the urpmi syntax of \-\-media (no space, media separated by coma) <media_supp>Main,Main Updates,Contrib,Contrib Updates</media_supp>--> |