|
|
发表于 2006-10-31 17:21:48
|
显示全部楼层
再推荐一个grub配置文件的写法,wildcard,这样每次安装新内核后grub.conf都不用改了
title Gentoo-emergence-*
wildcard (hd0,1)/boot/vmlinuz-*
kernel (hd0,1)/boot/vmlinuz-* root=/dev/hda2 video=vesafb:ywrap,1024x768-32@60 splash=silent,fadein,theme:emergence quiet CONSOLE=/dev/tty1 resume2=swap:/dev/hda3
initrd (hd0,1)/boot/fbsplash-emergence-1024x768 |
|