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:
parent
7b419d36a6
commit
d94e5eecbc
|
@ -87,7 +87,6 @@ Make sure the following are included in your local archive:
|
||||||
- ./dists/<codename>/main/debian-installer/binary-<arch>/
|
- ./dists/<codename>/main/debian-installer/binary-<arch>/
|
||||||
contains Debian Installer components (udebs)
|
contains Debian Installer components (udebs)
|
||||||
- ./doc/
|
- ./doc/
|
||||||
- ./indices/
|
|
||||||
- ./tools/
|
- ./tools/
|
||||||
and optionally:
|
and optionally:
|
||||||
- ./dists/<codename>/main/installer-<arch>/
|
- ./dists/<codename>/main/installer-<arch>/
|
||||||
|
|
|
@ -17,12 +17,12 @@ for hppa CDs).</p>
|
||||||
|
|
||||||
<p>The other important dependency for debian-cd cannot be represented
|
<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
|
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>
|
to build CDs. This includes the <code>doc</code>, and <code>tools</code>
|
||||||
and <code>tools</code> directories from the root of the archive. Be
|
directories from the root of the archive.
|
||||||
aware the commonly-used <code>debmirror</code> package does
|
Be aware that before version 2.1 the commonly-used <code>debmirror</code>
|
||||||
<strong>not</strong> currently grab those directories when
|
package did not grab those directories when mirroring. An alternative to
|
||||||
mirroring. Most debian-cd users tend to use <code>rsync</code> to
|
<code>debmirror</code> is to use <code>rsync</code> to mirror the archive.
|
||||||
mirror the archive.</p>
|
</p>
|
||||||
|
|
||||||
<p>For best performance, the mirror should be on a local disk and the
|
<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
|
user running debian-cd should have permissions to be able to create
|
||||||
|
|
|
@ -111,8 +111,7 @@ fi
|
||||||
if [ $DISKNUM = 1 ] ; then
|
if [ $DISKNUM = 1 ] ; then
|
||||||
if [ "$OMIT_DOC_TOOLS" != "1" ]; then
|
if [ "$OMIT_DOC_TOOLS" != "1" ]; then
|
||||||
if [ ! -e $MIRROR/doc ]; then
|
if [ ! -e $MIRROR/doc ]; then
|
||||||
echo "You need a Debian mirror with the doc and"
|
echo "You need a Debian mirror with the doc directory!"
|
||||||
echo "indices directories ! "
|
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue