vim /etc/yum.conf
----
[main]后添加
----
exclude=kernel*
exclude=centos-release*
或者
yum update --exclude=kernel* --exclude=centos-release* xxx
尤其是在生产环境中,更新内核可能会造成不兼容,破坏系统业务的正常运作!
vim /etc/yum.conf
----
[main]后添加
----
exclude=kernel*
exclude=centos-release*
或者
yum update --exclude=kernel* --exclude=centos-release* xxx
尤其是在生产环境中,更新内核可能会造成不兼容,破坏系统业务的正常运作!