#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub2-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
load_env
fi
set default="${saved_entry}"
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}
function load_video {
true
}
set timeout=5
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Fedora Linux, with Linux 3.1.0-0.rc9.git0.0.fc16.x86_64' --class fedora --class gnu-linux --class gnu --class os {
load_video
set gfxpayload=keep
insmod gzio
insmod ext2
set root='(md0)'
search --no-floppy --fs-uuid --set=root e5fec850-0f96-4b36-9334-c4b9e956b1a3
echo 'Loading Linux 3.1.0-0.rc9.git0.0.fc16.x86_64 ...'
linux /vmlinuz-3.1.0-0.rc9.git0.0.fc16.x86_64 root=UUID=74bbbe08-9301-4143-824e-eebb0be2398f ro rd.lvm=0 rd.dm=0 rd.md.uuid=bd351a77:b11d4161:540b16af:43b12850 rd.md.uuid=4d88bf0e:eeb1d18e:a95b7dc8:9ebf5538 KEYTABLE=us quiet SYSFONT=latarcyrheb-sun16 rhgb rd.luks=0 rd.md.uuid=47dbb13e:10fb20de:bc31e9a3:5fad99a1 LANG=en_US.UTF-8
echo 'Loading initial ramdisk ...'
initrd /initramfs-3.1.0-0.rc9.git0.0.fc16.x86_64.img
}
menuentry 'Fedora Linux, with Linux 3.1.0-0.rc9.git0.0.fc16.x86_64 (recovery mode)' --class fedora --class gnu-linux --class gnu --class os {
load_video
set gfxpayload=keep
insmod gzio
insmod ext2
set root='(md0)'
search --no-floppy --fs-uuid --set=root e5fec850-0f96-4b36-9334-c4b9e956b1a3
echo 'Loading Linux 3.1.0-0.rc9.git0.0.fc16.x86_64 ...'
linux /vmlinuz-3.1.0-0.rc9.git0.0.fc16.x86_64 root=UUID=74bbbe08-9301-4143-824e-eebb0be2398f ro single rd.lvm=0 rd.dm=0 rd.md.uuid=bd351a77:b11d4161:540b16af:43b12850 rd.md.uuid=4d88bf0e:eeb1d18e:a95b7dc8:9ebf5538 KEYTABLE=us quiet SYSFONT=latarcyrheb-sun16 rhgb rd.luks=0 rd.md.uuid=47dbb13e:10fb20de:bc31e9a3:5fad99a1 LANG=en_US.UTF-8
echo 'Loading initial ramdisk ...'
initrd /initramfs-3.1.0-0.rc9.git0.0.fc16.x86_64.img
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
### BEGIN /etc/grub.d/90_persistent ###
### END /etc/grub.d/90_persistent ###