add deprecated sys-boot/grub:0
[portage-squeep] / sys-boot / grub / files / grub.conf.gentoo
1 # This is a sample grub.conf for use with Genkernel, per the Gentoo handbook
2 # http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=10#doc_chap2
3 # If you are not using Genkernel and you need help creating this file, you
4 # should consult the handbook. Alternatively, consult the grub.conf.sample that
5 # is included with the Grub documentation.
6
7 default 0
8 timeout 30
9 #splashimage=(hd0,0)/boot/grub/splash.xpm.gz
10
11 #title Gentoo Linux 3.8.13
12 #root (hd0,0)
13 #kernel /boot/kernel-genkernel-x86-3.8.13-gentoo root=/dev/sda3
14 #initrd /boot/initramfs-genkernel-x86-3.8.13
15
16 # vim:ft=conf: