aboutsummaryrefslogtreecommitdiffstats
path: root/doc/conf.xml.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/conf.xml.pod')
-rw-r--r--doc/conf.xml.pod8
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>-->