The indices directory is no longer required on the mirror

Debian-cd no longer uses the override files, so the indices directory
is no longer required.
This commit is contained in:
Frans Pop 2009-08-29 15:24:30 +00:00
parent 7b419d36a6
commit d94e5eecbc
3 changed files with 7 additions and 9 deletions

View File

@ -87,7 +87,6 @@ Make sure the following are included in your local archive:
- ./dists/<codename>/main/debian-installer/binary-<arch>/
contains Debian Installer components (udebs)
- ./doc/
- ./indices/
- ./tools/
and optionally:
- ./dists/<codename>/main/installer-<arch>/

View File

@ -17,12 +17,12 @@ for hppa CDs).</p>
<p>The other important dependency for debian-cd cannot be represented
so easily - it needs a copy of parts of the Debian archive to be able
to build CDs. This includes the <code>doc</code>, <code>indices</code>
and <code>tools</code> directories from the root of the archive. Be
aware the commonly-used <code>debmirror</code> package does
<strong>not</strong> currently grab those directories when
mirroring. Most debian-cd users tend to use <code>rsync</code> to
mirror the archive.</p>
to build CDs. This includes the <code>doc</code>, and <code>tools</code>
directories from the root of the archive.
Be aware that before version 2.1 the commonly-used <code>debmirror</code>
package did not grab those directories when mirroring. An alternative to
<code>debmirror</code> is to use <code>rsync</code> to mirror the archive.
</p>
<p>For best performance, the mirror should be on a local disk and the
user running debian-cd should have permissions to be able to create

View File

@ -111,8 +111,7 @@ fi
if [ $DISKNUM = 1 ] ; then
if [ "$OMIT_DOC_TOOLS" != "1" ]; then
if [ ! -e $MIRROR/doc ]; then
echo "You need a Debian mirror with the doc and"
echo "indices directories ! "
echo "You need a Debian mirror with the doc directory!"
exit 1
fi
fi