|
两者的结构好像不同,有没有人帮我做一个(把grub加进lilio)?
# 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,9)
# kernel /boot/vmlinuz-version ro root=/dev/hda10
# initrd /boot/initrd-version.img
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd0,9)/boot/grub/splash.xpm.gz
title Red Flag Desktop (2.4.26-0.7)
root (hd0,9)
kernel /boot/vmlinuz-2.4.26-0.7 ro root=LABEL=/12 vga=785 splash=silent
initrd /boot/initrd-2.4.26-0.7.img |
|