kernel update
Posted Eason_Footprint
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了kernel update相关的知识,希望对你有一定的参考价值。
CentOS/RHEL更新包:https://rhn.redhat.com/errata/RHSA-2017-1382.html
yum makecache --更新源
yum update sudo --更新安装sudo
注:升级kernel可能会导致服务器无法启动,建议您在升级补丁时排除内核升级
打开/etc/yum.conf ,输入:
# vi /etc/yum.conf
在[main]段中,下添加一行,如下:
exclude= kernel* //这里假设是排除内核升级
或者直接执行 yum update --exclude kernel*
以上是关于kernel update的主要内容,如果未能解决你的问题,请参考以下文章
Livepatch: Linux kernel updates without rebooting
SAP Kernel Update on Unix and Linux
linux :vmware kernel update导致vmware无法打开,解决
yum syntax to update all except Kernel