aboutsummaryrefslogtreecommitdiffstats
path: root/doc/howto_bcd.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/howto_bcd.tex')
-rw-r--r--doc/howto_bcd.tex16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/howto_bcd.tex b/doc/howto_bcd.tex
index dabf9ad..4b319b3 100644
--- a/doc/howto_bcd.tex
+++ b/doc/howto_bcd.tex
@@ -20,7 +20,7 @@
\section{Summary}
-BCD try to be a simple tool to build ISO using \textbf{urpmi} to create a mini
+BCD is a simple tool to build ISO using \textbf{urpmi} to create a mini
chroot of the future system, and \textbf{urpmq} command to calculate dependencies
of packages on the future DVD/CD.
@@ -52,8 +52,8 @@ of the urpmq queries, if BCD found one then it will use it, else it will redo an
So if you have update your repository, you should clean this directory. If you have update some packages,
you should remove file relative to those packages, to redo the \textbf{urpmq} queries otherwise BCD will use
the old result of the \textbf{urpmq} queries, and this can lead to error if deps are no more the same. Moreover
-if you change the tag \textbf{<nosuggests></nosuggests>} to yes or no, you must erase all
-your previous queries.
+if you change the tag \textbf{<nosuggests></nosuggests>} to yes or no, you must erase all your previous queries.
+If your media contains SRPMS, the result of previous \textbf{urpmq} queries won't be used, because we want to calculate \textbf{buildrequires} in this case.
\begin{verbatim}
mkdir -p /var/lib/bcd
@@ -105,19 +105,19 @@ x86_64/ SRPMS/ i586/
urpmi perl-File-Copy-Recursive sudo urpmi perl-Parallel-ForkManager \
cdrkit-genisoimage cdrkit-isotools syslinux \
gfxboot mandriva-gfxboot-theme drakxtools-backend \
- mandriva-Free-theme rpmtools
+ mandriva-Free-theme rpmtools rpmcheck
\end{verbatim}
\end{flushleft}
\begin{flushleft}
- Now your system is ready to build ISO.
+ Now your system should be ready to build ISO.
\end{flushleft}
\newpage
\section{configuration file}
You need to have an XML configuration file. You should use
-an example provided in this package and adapt it to your configuration file.
+an example provided and adapt it to your configuration file.
\input{conf.xml.tex}
@@ -148,7 +148,7 @@ In the \textbf{i586} or the \textbf{x86\_64} directory:
\begin{itemize}
\item \textbf{compssUsers.pl}: describe category to display in "select package to install" step
\item \textbf{file-deps}: Use the given file to know which file dependencies are used by other media (man \textbf{genhdlist2})
- \item \textbf{hdlists}: old wayt to describe media on the DVD/CD
+ \item \textbf{hdlists}: old way to describe media on the DVD/CD
\item \textbf{media.cfg}: describe the repository of the DVD/CD
\item \textbf{rpmsrate}: a package is selected if its category is selected and depending of its priority (5=high, 1=very low)
\end{itemize}
@@ -242,7 +242,7 @@ DVD/CD at the end of the build process.
\end{itemize}
\begin{itemize}
- \item no-filter: list of RPM you don't want to compare. Usefull to keep more than one version of a package, or use an old one.
+ \item no-filter: list of RPM you don't want to compare. Usefull to keep more than one version of a package, or use an old one.
\end{itemize}
\newpage