Edit the top level Makefile. Look for the lines that read:
VERSION = 2
PATCHLEVEL = 4
SUBLEVEL = 9
EXTRAVERSION =-xfs
KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
Changing those values and rebuilding the kernel with change the result
of a uname -r.
brian.
On Thu, 2002-06-20 at 17:58, Aaron Macks wrote:
> This may be a bit OT, but how does one change the version string
> returned by the kernel, for example with uname? I want to install a
> modified kernel, but have it see a different module directory, so I
> can play with using XFS and no ramdisk
> thanks
> Aaron
> --
> _______________________________________________________
> Aaron Macks(aaronm@xxxxxxxxxxxxxxx)
> My sheep has seven gall bladders, that makes me the King of the Universe!
>
>
|