Question on building a new kernel

Kezdőlap
Csatolmányok:
Üzenet email-ben
+ (text/plain)
Üzenet törlése
Válasz az üzenetre
Szerző: Kevin Brown
Dátum:  
Tárgy: Question on building a new kernel
> Those are some of the steps in building the new kernel, but they come
> later. I need to figure out how to get the current config out of the
> current kernel.


Download a kernel .src.rpm
rpm -ivh *.src.rpm
cd /usr/src/redhat/SOURCES
look for the appropriate kernel config file
copy to /usr/src/linux/.config (if you made this link)
make menuconfig
make dep && make clean && make bzImage modules modules_install