在完成来自CDROM的自定义CentOS-7启动安装之后,系统按照预期并根据ks.cfg文件启动。在grub菜单上,我有以下选项:
CentOS Linux,除了“救援”选项之外,还有Linux3.10.0-123.el7.x86_64调试。
由于我有另一个系统(常规图形安装),菜单条目中没有“调试”后缀,所以我想知道这个后缀是否表示安装的系统中有任何故障/问题/问题,如果没有,我如何定制这个名称。有什么想法吗?
发布于 2014-11-13 11:13:28
安装了kernel-debug包:
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删除包。
https://unix.stackexchange.com/questions/167731
复制相似问题