On Sat, Aug 20, 2005 at 06:03:59PM +0200, Frans Pop wrote: > On Friday 19 August 2005 21:01, Bastian Blank wrote: > > - the problem is not there in the 686 image. > > On request from waldi, I've compiled a -386 kernel (using gcc-4.0) with > one change in ./debian/arch/i386/config.386: > - CONFIG_CC_OPTIMIZE_FOR_SIZE=y > + # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set > > The problem was solved when installing from a mini.iso built using this > kernel.
Funny, I ran into this bug over the weekend too. Damn pain to track down too. I've put the following in SVN, so this should be resolved in the next release. Thanks for tracking this down, I was dreading having to. -- Horms Index: arch/i386/config.386 =================================================================== --- arch/i386/config.386 (revision 3967) +++ arch/i386/config.386 (working copy) @@ -1,4 +1,4 @@ -CONFIG_CC_OPTIMIZE_FOR_SIZE=y +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set CONFIG_M386=y # CONFIG_M686 is not set # CONFIG_MK7 is not set -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]