Stop copying the /tools/ directory on from the mirror; it's going away

This commit is contained in:
cd-builder user 2008-11-18 01:48:22 +00:00
parent 0954011db6
commit 558356a37b
2 changed files with 2 additions and 21 deletions

View File

@ -367,19 +367,6 @@ Installing
version of the Installation Guide</b>, which is available from the
<A href="http://www.debian.org/releases/lenny/installmanual">Debian web site</a>.
</blockquote>
<P>
Programs and other files that are needed for the installation can be found on
this disc under
<P>
<tt>&nbsp;
<A href=%%""tools/%%"">/tools/</a>
</tt>
#if ARCHi386
and
<tt>&nbsp;
<A href=%%""install/floppy/%%"">/install/floppy/</a>
</tt>
#endif
#if ARCHi386 || ARCHamd64 || ARCHia64 || ARCHalpha || ARCHpowerpc || ARCHsparc
<P>

View File

@ -110,19 +110,13 @@ fi
if [ $DISKNUM = 1 ] ; then
if [ "$OMIT_DOC_TOOLS" != "1" ]; then
if [ ! -e $MIRROR/tools ] || [ ! -e $MIRROR/doc ]; then
echo "You need a Debian mirror with the doc, tools and"
if [ ! -e $MIRROR/doc ]; then
echo "You need a Debian mirror with the doc and"
echo "indices directories ! "
exit 1
fi
fi
# Add install stuff
if [ "$SOURCEONLY"x != "yes"x ] && [ "$OMIT_DOC_TOOLS" != "1" ]; then
echo " Adding tools to CD1"
$BASEDIR/tools/add_files $CDDIR $MIRROR tools
fi
echo " Adding .disk/base_components"
echo "main" > $CDDIR/.disk/base_components
if [ -n "$LOCAL" ] ; then