diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.xml.pod | 8 | ||||
-rw-r--r-- | doc/conf.xml.tex | 6 |
2 files changed, 8 insertions, 6 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>--> diff --git a/doc/conf.xml.tex b/doc/conf.xml.tex index 7a1b52e..b16f3d4 100644 --- a/doc/conf.xml.tex +++ b/doc/conf.xml.tex @@ -183,9 +183,9 @@ to be sure that you will provide all needed deps. For each list bcd will add a m will not add a new media with a name wich already exist. \begin{verbatim} <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> <!-- 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) \end{verbatim} |