View previous topic :: View next topic |
Author |
Message |
NiceGuy Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/1195900525471672ecd61c0.gif)
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 |
|
![](templates/gentoo/images/spacer.gif) |
NeddySeagoon Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
![](images/avatars/3946266373f47d606a2db3.jpg)
Joined: 05 Jul 2003 Posts: 54831 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 |
|
![](templates/gentoo/images/spacer.gif) |
|