diff --git a/etchnhalf/data/etch/README.html.in b/etchnhalf/data/etch/README.html.in index 40e37b0e..45087d0f 100644 --- a/etchnhalf/data/etch/README.html.in +++ b/etchnhalf/data/etch/README.html.in @@ -367,19 +367,6 @@ Installing version of the Installation Guide, which is available from the Debian web site. -
- Programs and other files that are needed for the installation can be found on - this disc under -
- - /tools/ - -#if ARCHi386 - and - - /install/floppy/ - -#endif #if ARCHi386 || ARCHamd64 || ARCHia64 || ARCHalpha || ARCHpowerpc || ARCHsparc
diff --git a/etchnhalf/tools/start_new_disc b/etchnhalf/tools/start_new_disc index b0f8d894..f17f30dc 100755 --- a/etchnhalf/tools/start_new_disc +++ b/etchnhalf/tools/start_new_disc @@ -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