Kernel Compiling from Vanilla to several machines

Posted by Linux Pwns Mac on Server Fault See other posts from Server Fault or by Linux Pwns Mac
Published on 2014-05-27T15:20:46Z Indexed on 2014/05/27 15:28 UTC
Read the original article Hit count: 161

Filed under:
|
|

When compiling kernels for machines is there a safe or correct way to create a template for say servers?

I work with a lot of RHEL servers and want to compile them with GRSEC. However, I do not wish to always rebuild off of the .config for each machine and go in and remove a bunch of unrelated modules like wireless, bluetooth, ect... which you typically do not need in servers.

I want to create a template .config that can be used on any machine, but is there a safe way to do that when hardware changes? I know with Linux, at least from my experience, you can cross jump hardware way easier then Windows/OSX.

I assume that as long as I leave MOST of all the main hardware modules/CPU in that this could create a .config that would work for all or just about any machine?

© Server Fault or respective owner

Related posts about linux

Related posts about kernel