[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

IDE kernel



Hello,

I think something like this has been left off from boot-i386:

Index: boot-i386
===================================================================
RCS file: /cvs/debian-boot/debian-cd/tools/boot/woody/boot-i386,v
retrieving revision 1.19
diff -u -r1.19 boot-i386
--- boot-i386   2001/11/21 07:36:22     1.19
+++ boot-i386   2001/11/21 16:45:23
@@ -96,7 +96,6 @@
        cp -f linux $CDDIR/install/linux ; \
        cp -f compact/linux $CDDIR/install/lincompt ; \
        cp -f idepci/linux $CDDIR/install/linpci ; \
-       cp -f ide/linux $CDDIR/install/linide ; \
        cp -f images-1.44/root.bin $CDDIR/install )


@@ -121,10 +120,8 @@
 echo 1= standard kernel (2.2)
 echo 2= compact kernel  (2.2)
 echo 3= IDEPCI kernel   (2.2)
-echo 4= IDE kernel      (2.2)

 choice /c:1234
-if errorlevel 4 goto FOUR
 if errorlevel 3 goto THREE
 if errorlevel 2 goto TWO
 if errorlevel 1 goto ONE
@@ -143,12 +140,6 @@
 :THREE
 echo using IDEPCI kernel
 loadlin.exe linpci root=/dev/ram ro initrd=root.bin
-
-:FOUR
-echo using IDE kernel
-loadlin.exe linide root=/dev/ram ro initrd=root.bin
-EOF
-) |todos > $CDDIR/install/boot.bat
 fi


--------------------------------------------------------------------------
Attila Nagy                                    e-mail:  Attila.Nagy@fsn.hu
Budapest Polytechnic (BMF.HU)                   @work: +361 210 1415 (194)
H-1084 Budapest, Tavaszmezo u. 15-17.           cell.: +3630 306 6758



Reply to: