From 5ca87aa5f68e0b015486fcb086545762ad9f6980 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 27 Jul 2004 19:46:14 +0000 Subject: [PATCH] - Remove the boot.bat script and redundant and incorrect README.tools. The alternative is to maintain and document them. --- debian/changelog | 2 ++ tools/boot/sarge/boot-i386 | 32 -------------------------------- 2 files changed, 2 insertions(+), 32 deletions(-) diff --git a/debian/changelog b/debian/changelog index d41309b3..e3578a28 100644 --- a/debian/changelog +++ b/debian/changelog @@ -55,6 +55,8 @@ debian-cd (2.2.18) UNRELEASED; urgency=low - Add libfribidi0 to generate_di+k_list, needed for BIDI. - Switch CONF.sh to sarge. - Uncomment exclude lines. + - Remove the boot.bat script and redundant and incorrect README.tools. + The alternative is to maintain and document them. * Petter Reinholdtsen - Regenereated tasks/popularity-contest-sarge based on the current data. - Avoid kernel versions 2.4.24 and 2.6.3 on the first i386 CD, as we diff --git a/tools/boot/sarge/boot-i386 b/tools/boot/sarge/boot-i386 index b4f6ae4f..2e8c3981 100755 --- a/tools/boot/sarge/boot-i386 +++ b/tools/boot/sarge/boot-i386 @@ -181,35 +181,3 @@ F0 f10.txt EOF fi - -(echo "Tools for DOS :" ; \ - echo "lodlin/ load Linux kernel from DOS" ;\ - echo "rawrite2/ rawrite 2.0 : create disks from disk images (*.bin)"; \ - ) |todos > $CDDIR/tools/README.tools - -# Loadlin script for starting install via dos/windows -(cat < $CDDIR/install/boot.bat - -fi - -# write final lines to mkisofs_opts -if [ "$NN" = "1" ]; then - echo -n "boot$N " >> $N.mkisofs_opts -else - if [ -n "$THISTYPE" ]; then - echo -n "-c boot/boot.catalog boot$N " >> $N.mkisofs_opts - fi -fi - -# th,th, thats all