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 .config ../../SOURCES/kernel-x.x.x-<arch>.config (whatever your arch
is)
- rpm -bb ../../SPEC/kernel-x.x.spec
Then feel free to brewing your own coffee!
On 7 Apr 2001, Chmouel Boudjnah wrote:
> 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 working Grub is
>sufficient, in my
> > experience....afaik.
>
> you can use also grub-install $(rdev|cut -f1 -d" ")
>
>