Stop copying the /tools/ directory on from the mirror; it's going away
This commit is contained in:
parent
0954011db6
commit
558356a37b
|
@ -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>
|
||||
<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
|
||||
<P>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue