Kickstart prevent kernel-uek installing
973543Nov 9 2012 — edited Nov 9 2012Here's the problem can't reliably prevent kernel-uek and kernel-uek-firmware from being installed. I am trying to kickstart OEL 6.3, and I'm keeping the packages pretty slim. My kickstart is pretty simple and none of the logs are showing why kernel-uek is being installed, I know that kernel-uek is installed by default, however it has no dependencies so marking it to be removed from the install should do that. I'll include the packages line here
-----
%packages
@base
@directory-client
@network-file-system-client
@performance
@server-policy
yum-presto
oddjob
sgpio
samba-winbind
nscd
-kernel-uek
-kernel-uek-firmware
-fprintd-pam
-rfkill
-system-config-firewall-tui
-eject
-pcmciautils
-b43-fwcutter
-ypbind
-ipa-client
-powertop
-latencytop-tui
-seekwatcher
-latencytop
-----