View previous topic :: View next topic |
Author |
Message |
NiceGuy Guru
Joined: 12 Jun 2006 Posts: 451 Location: Canada
|
Posted: Fri Jan 04, 2008 9:48 pm Post subject: How to change kernel name? |
|
|
Hello all,
Is there a way to change the name of your kernel?? I would simply like to add an extension to it.
For example: Code: | prompt$ uname -r
linux-2.6.22-extension_here |
Thanks _________________ success is the ability to go from one failure to the next without any loss of enthusiasm |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54805 Location: 56N 3W
|
Posted: Fri Jan 04, 2008 9:51 pm Post subject: |
|
|
NiceGuy,
Edit the top of the Makefile, in /usr/src/linux ... add something to the EXTRAVERSION
You must then do make clean as all your kernel modules use the kernel name as a part of the version magic, so they must all be rebuilt when you do your next kernel build. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
|