Re: [Cooker] Compiling kernel-2.4.3-8mdk.src.rpm on a Athlon Tbird

2001-04-07 Thread R.I.P. Deaddog
To repack into binary rpm, do this: - rpm -bp kernel-x.x.x-x.src.rpm - go into /usr/src/RPM/BUILD/linux (or whatever the expanded source is lying in) - cp ../../SOURCES/kernel-x.x.x-i586.config ./arch/i386/defconfig - make menuconfig - change needed cpu config - save configuration and quit - cp

Re: [Cooker] Compiling kernel-2.4.3-8mdk.src.rpm on a Athlon Tbird

2001-04-07 Thread Chmouel Boudjnah
Rolf Pedersen <[EMAIL PROTECTED]> writes: > Thanks for the walk-through, Gio. That's a keeper. One small point of which I am >aware: > you only need 'sh install.sh' when Grub has been lost (e.g. re-install Windows) or >to install > it initially. Adding the entry as you say to menu.lst of a

Re: [Cooker] Compiling kernel-2.4.3-8mdk.src.rpm on a Athlon Tbird

2001-04-07 Thread Rolf Pedersen
Thanks for the walk-through, Gio. That's a keeper. One small point of which I am aware: you only need 'sh install.sh' when Grub has been lost (e.g. re-install Windows) or to install it initially. Adding the entry as you say to menu.lst of a working Grub is sufficient, in my experienceaf

Re: [Cooker] Compiling kernel-2.4.3-8mdk.src.rpm on a Athlon Tbird

2001-04-07 Thread Paul Giordano
Oh and check out   http://www.mandrakeuser.org/docs/install/kupgrade3.html   There's a lot of really good stuff out on mandrakeuser.

Re: [Cooker] Compiling kernel-2.4.3-8mdk.src.rpm on a Athlon Tbird

2001-04-07 Thread Paul Giordano
tree yet - it was only enabled on the PIII and Athlon builds (and broke when you ran Linux under a VMWare virtual machine...) Happy kernel hacking... Regards, Gio - Original Message - From: "michael" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 07, 2001 4:02 AM Subject: Re: [Cooker] Compiling kernel-2.4.3-8mdk.src.rpm on a Athlon Tbird > On 07 Apr 2001 00:54:41 -0700, Daniel McKee wrote: > > > > How do I compile a Athlon optimized kernel from src rpm??? > > > > > > > > This is a great question! I'd like to know too. > > -m- > >

Re: [Cooker] Compiling kernel-2.4.3-8mdk.src.rpm on a Athlon Tbird

2001-04-07 Thread michael
On 07 Apr 2001 00:54:41 -0700, Daniel McKee wrote: > > How do I compile a Athlon optimized kernel from src rpm??? > > This is a great question! I'd like to know too. -m-

[Cooker] Compiling kernel-2.4.3-8mdk.src.rpm on a Athlon Tbird

2001-04-07 Thread Daniel McKee
Hi all, got a stupid question... When I try to do a "rpm --rebuild kernel-2.4.3-8mdk.src.rpm" on my cooker system, i get a "config.i686" not found error, and sure enough there is a "config.i586" file in the sources directory (after the src rpm unpacks to compile), but no other config files How