Am Sun, 15 Aug 2010 12:15:57 -0400 schrieb Daniel D Jones : > Is there any way to run genkernel without it running the oldconfig command? I > can work around the issue by saving my .config file to a different name, then > using --xconfig and loading the saved file but it would be nice to just tell it > not to alter the existing .config file. It may be that I'm just missing it but > man pages and Google have not provided a solution. Yes, the configuration file has an appropriate option: # Run 'make oldconfig' before compiling this kernel? OLDCONFIG="no" HTH -- Marc Joliet