> > The big question is: What _are_ the variables? I know of:
> > SMP/UP
> > 386/486/586/586TSC/686/K7
> > old gcc/new gcc
> well, in this case, you can simply modify your early boot scripts (eg. rc.S)
> to link /lib/modules/`uname -r` to /lib/modules/`uname-r`-something, where
> 'something' is determined from some information grabbed in /proc
> (/proc/version ?) or anything that can give you enough knowledge about
> your running kernel.
Simpler still: Hack your main Makefile (the EXTRAVERSION line), it takes
care of all this stuff automatically. Then copy your .config to somewhere
safe keyed to the VERSION + EXTRAVERSION, and you are done.
-- Horst von Brand vonbrand@sleipnir.valparaiso.cl Casilla 9G, Viņa del Mar, Chile +56 32 672616- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/