首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >CentOS-7内核映像在Kickstart安装后有一个“调试”后缀

CentOS-7内核映像在Kickstart安装后有一个“调试”后缀
EN

Unix & Linux用户
提问于 2014-11-13 11:01:19
回答 1查看 2.4K关注 0票数 3

在完成来自CDROM的自定义CentOS-7启动安装之后,系统按照预期并根据ks.cfg文件启动。在grub菜单上,我有以下选项:

CentOS Linux,除了“救援”选项之外,还有Linux3.10.0-123.el7.x86_64调试。

由于我有另一个系统(常规图形安装),菜单条目中没有“调试”后缀,所以我想知道这个后缀是否表示安装的系统中有任何故障/问题/问题,如果没有,我如何定制这个名称。有什么想法吗?

EN

回答 1

Unix & Linux用户

回答已采纳

发布于 2014-11-13 11:13:28

安装了kernel-debug包:

代码语言:javascript
复制
Description : The kernel package contains the Linux kernel (vmlinuz), the core of any
            : Linux operating system.  The kernel handles the basic functions
            : of the operating system:  memory allocation, process allocation, device
            : input and output, etc.
            :
            : This variant of the kernel has numerous debugging options enabled.
            : It should only be installed when trying to gather additional information 
            : on kernel bugs, as some of these options impact performance noticably.

检查您的Kickstart脚本或用yum删除包。

票数 2
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/167731

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档