On Thu, Aug 7, 2008 at 8:53 AM, Akemi Yagi amyagi@gmail.com wrote:
On Thu, Aug 7, 2008 at 8:34 AM, MHR mhullrich@gmail.com wrote:
On Thu, Aug 7, 2008 at 2:24 AM, Akemi Yagi amyagi@gmail.com wrote:
I suggest you take a look at the Wiki article:
http://wiki.centos.org/HowTos/Custom_Kernel
It has been updated recently (Alan did most of the work) to accommodate recent changes in the spec file. You will find many lines that were changed or added newly. Among other things, it now suggests that you copy the .config file from the config/ directory (or from your /boot) instead of the SOURCES directory.
Wow! Major update, and I didn't need these for the 92.1.6 build....
THANKS!
One other note about the updated wiki article. This line:
[user@host]$ cp /boot/config-`uname -r` .config
Oooops, not that line. The line I was talking about was this:
[user@host]$ cp configs/* ~/rpmbuild/SOURCES
Akemi