Re: IDE kernel

2001-11-21 Thread Raphael Hertzog
Le Wed, Nov 21, 2001 at 05:47:55PM +0100, Attila Nagy écrivait: > Hello, > > I think something like this has been left off from boot-i386: You're right, i just removed it. And I added the other flavors in the menu ... Cheers, -- Raphaël Hertzog -+- http://strasbourg.linuxfr.org/~raphael/ Le bo

IDE kernel

2001-11-21 Thread Attila Nagy
-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