今天我正在运行一些 yum 更新,并想通过确保我有一个新内核来验证一切是否正常。令我惊讶的是,我注意到 CentOS 仍在运行 2.6.32-431.5.1.el6.x86_64,尽管看起来好像安装了 2.6.32-431.23.3.el6。
实际上 2.6.32-431.23.3.el6 出现在 /etc/grub.conf 中,但没有出现在 upstart 引导选项中。任何想法为什么?
在更新日志中它说:
---> Package kernel-firmware.noarch 0:2.6.32-431.5.1.el6 will be updated
---> Package kernel-firmware.noarch 0:2.6.32-431.23.3.el6 will be an update
Run Code Online (Sandbox Code Playgroud)
这可能是原因吗?“将是更新”是什么意思?
我的/etc/grub.conf:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel …Run Code Online (Sandbox Code Playgroud)