Stop copying the /tools/ directory on from the mirror; it's going away
This commit is contained in:
parent
5f80319597
commit
0954011db6
|
@ -373,18 +373,6 @@ Installing
|
||||||
<A href="http://www.debian.org/releases/etch/installmanual">the Debian web site</a>.
|
<A href="http://www.debian.org/releases/etch/installmanual">the Debian web site</a>.
|
||||||
#endif
|
#endif
|
||||||
<P>
|
<P>
|
||||||
Programs and other files that are needed for the installation can be found on
|
|
||||||
this disc under
|
|
||||||
<P>
|
|
||||||
<tt>
|
|
||||||
<A href=%%""tools/%%"">/tools/</a>
|
|
||||||
</tt>
|
|
||||||
#if ARCHi386
|
|
||||||
and
|
|
||||||
<tt>
|
|
||||||
<A href=%%""install/floppy/%%"">/install/floppy/</a>
|
|
||||||
</tt>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if ARCHi386 || ARCHamd64 || ARCHia64 || ARCHalpha || ARCHpowerpc || ARCHsparc
|
#if ARCHi386 || ARCHamd64 || ARCHia64 || ARCHalpha || ARCHpowerpc || ARCHsparc
|
||||||
<P>
|
<P>
|
||||||
|
|
|
@ -109,18 +109,12 @@ if [ $SOURCEDISK = 1 ] ; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $DISKNUM = 1 ] ; then
|
if [ $DISKNUM = 1 ] ; then
|
||||||
if [ ! -e $MIRROR/tools ] || [ ! -e $MIRROR/doc ] ; then
|
if [ ! -e $MIRROR/doc ] ; then
|
||||||
echo "You need a Debian mirror with the doc, tools and"
|
echo "You need a Debian mirror with the doc and"
|
||||||
echo "indices directories ! "
|
echo "indices directories ! "
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Add install stuff
|
|
||||||
if [ "$SOURCEONLY"x != "yes"x ] ; then
|
|
||||||
echo " Adding tools to CD1"
|
|
||||||
$BASEDIR/tools/add_files $CDDIR $MIRROR tools
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo " Adding .disk/base_components"
|
echo " Adding .disk/base_components"
|
||||||
echo "main" > $CDDIR/.disk/base_components
|
echo "main" > $CDDIR/.disk/base_components
|
||||||
if [ -n "$LOCAL" ] ; then
|
if [ -n "$LOCAL" ] ; then
|
||||||
|
|
Loading…
Reference in New Issue