On Sat, 28 Jan 2017 14:09:59 -0700 Aaron Siegel <admin@xxxxxxxxxxxxxxx> wrote: > What would it take for me to maintain a second Kernel that updates > quarterly > or even mothly would be an improvement? You don't say whether you use dnf from the command line, but if you do, you can add the following to your update command, and kernel updates will be skipped. dnf -x kernel\* update When you want to update a kernel, just remove that from the update command. I compile custom kernels, and use that to prevent them from being overwritten. I think there used to be a way to put something like this in the configuration file for yum, and I thought dnf as well. But I took a quick look at the man page for dnf.conf and didn't see anything like that. _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx