1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd1,0)
# kernel /vmlinuz-version ro root=/dev/hdb3
# initrd /initrd-version.img
#boot=/dev/hda
#default=0
default=0
timeout=0
splashimage=(hd1,0)/grub/splash.xpm.gz
hiddenmenu
title White Box Enterprise Linux (2.6.9-101.EL)
root (hd1,0)
kernel /vmlinuz-2.6.9-101.EL ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.9-101.EL.img
title White Box Enterprise Linux (2.6.9-78.0.24.EL)
root (hd1,0)
kernel /vmlinuz-2.6.9-78.0.24.EL ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.9-78.0.24.EL.img
title White Box Enterprise Linux (2.6.9-55.EL)
root (hd1,0)
kernel /vmlinuz-2.6.9-55.EL ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.9-55.EL.img |
Partager