grub.conf

来自「文件拷贝 在linux环境下开发的程序 虽然很简单」· CONF 代码 · 共 21 行

CONF
21
字号
# grub.conf generated by anaconda## Note that you do not have to rerun grub after making changes to this file# NOTICE:  You do not have a /boot partition.  This means that#          all kernel and initrd paths are relative to /, eg.#          root (hd0,3)#          kernel /boot/vmlinuz-version ro root=/dev/hda4#          initrd /boot/initrd-version.img#boot=/dev/hdadefault=1timeout=5splashimage=(hd0,3)/boot/grub/splash.xpm.gzhiddenmenutitle Fedora Core 4 (2.6.11-1.1369_FC4)	root (hd0,3)	kernel /boot/vmlinuz-2.6.11-1.1369_FC4 ro root=LABEL=/ rhgb quiet	initrd /boot/initrd-2.6.11-1.1369_FC4.imgtitle Windows XP/2000	rootnoverify (hd0,0)	chainloader +1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?