CentOS 7 进制更新内核
如下
编辑配置文件:
1
vim /etc/yum.conf
2/ 添加如下配置:
1
exclude=kernel*
3/ 更新缓存:
1
2
yum clean all
yum update
转自:
EOF
Power by TeXt.
This post is licensed under CC BY 4.0 by the author.
如下
编辑配置文件:
1
vim /etc/yum.conf
2/ 添加如下配置:
1
exclude=kernel*
3/ 更新缓存:
1
2
yum clean all
yum update
转自:
EOF
Power by TeXt.