Displaying 1 result from an estimated 1 matches for "new_kernel_name".
2005 Nov 17
3
Custom kernel RPM/SRPM
Hi,
  I've built customs kernels from the SRPMs with the following:
   rpmbuild -bp --target=i686 /path/to/spec
   cd /usr/src
   ln -s /usr/src/redhat/BUILD/kernel-x.y.z/linux-x.y.z linux
   cd linux
   make oldconfig
   make menuconfig
   make all
   make modules
   make modules_install
  And it works just fine. The problem now is that I think installing 
that way isn't