|
|

楼主 |
发表于 2006-1-12 15:37:42
|
显示全部楼层
# 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,0)
# kernel /boot/vmlinuz-version ro root=/dev/hda1
# initrd /boot/initrd-version.img
#boot=/dev/hda
default=0
timeout=4
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title Red Hat Linux (2.4.18-27.7.xsmp)
root (hd0,0)
kernel /boot/vmlinuz-2.4.18-27.7.xsmp ro root=/dev/hda1 hdc=ide-scsi
initrd /boot/initrd-2.4.18-27.7.xsmp.img
title Red Hat Linux-smp (2.4.18-3smp)
root (hd0,0)
kernel /boot/vmlinuz-2.4.18-3smp ro root=/dev/hda1 hdc=ide-scsi
initrd /boot/initrd-2.4.18-3smp.img |
|