Displaying 1 result from an estimated 1 matches for "your_identifi".
Did you mean:
your_identifier
2008 Sep 30
1
Notes on HowTos/Custom Kernel
Hello,
Today I built a custom kernel in CentOS 5 following the instructions
on this page:
http://wiki.centos.org/HowTos/Custom_Kernel
It's excellent, but I have some remarks I would add:
1. %define buildid .your_identifier
In the commented line, there is a space after the % sign. You have to
manually remove this space. I think someone was bit by this a short
while ago. I think making this explicit on the Wiki would help, since
it's not something obvious that is trivial to see and it leads to
problems long afte...