aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2011-02-10 10:50:48 +0000
committerAntoine Ginies <aginies@mandriva.com>2011-02-10 10:50:48 +0000
commit6f6997b6934e26b63b9635a1c24e9cad9fbdd6cc (patch)
tree00cd016a806646296df593174b975050d96a9c87 /doc
parent44c485f16b8427fb288e23e0b9a5b586e495a3cc (diff)
downloadbcd-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')
-rw-r--r--doc/conf.xml.pod8
-rw-r--r--doc/conf.xml.tex6
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}