fedora 11 kernel installation question

David Timms dtimms at iinet.net.au
Sat Sep 12 05:01:20 UTC 2009


On 09/12/2009 07:30 AM, Michael Mueller wrote:
> by default the "kernel-PAE" is loaded and i need the non-PAE "kernel"
> loaded; i've been using yum to remove the PAE version and install the
> non-PAE; a problem arose today when i noticed that while building 6
> boxes, the mirrored repos have changed; i was getting 2.6.29 kernels
> and now i'm getting 2.6.30; this change caused a problem in a compiled
> application; it also means my 6 servers are slightly different
>
> is it possible to have the installer use the non-PAE kernel on my CDs
> instead of the PAE kernel?  this would be the best solution imo
Should be, if you are using kickstart to build the servers.

You can also config yum to not update particular packages - with risk of 
security patches leaving your machine less secure. There are som 
versionlock and so forth yum plugins.

Ideally, you would create an rpm package for your application.
In the spec Require a specific kernel version.
Run yum update with --skip-broken, so that kernel updates that would 
stop the app working.

When you know the require package (kernel is updated), bump and rebuild 
the rpm, makine it available (createrepo) in a local repo, and have your 
local repo configured on all the machines.

How's that ?

DaveT.




More information about the fedora-list mailing list