sys-boot/grub: remove unused file
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Tue, 12 Feb 2019 16:21:22 +0000 (17:21 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Sat, 16 Feb 2019 21:05:31 +0000 (22:05 +0100)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
sys-boot/grub/files/grub.conf.gentoo [deleted file]

diff --git a/sys-boot/grub/files/grub.conf.gentoo b/sys-boot/grub/files/grub.conf.gentoo
deleted file mode 100644 (file)
index 984470b..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-# This is a sample grub.conf for use with Genkernel, per the Gentoo handbook
-# http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=10#doc_chap2
-# If you are not using Genkernel and you need help creating this file, you
-# should consult the handbook. Alternatively, consult the grub.conf.sample that
-# is included with the Grub documentation.
-
-default 0
-timeout 30
-#splashimage=(hd0,0)/boot/grub/splash.xpm.gz
-
-#title Gentoo Linux 3.8.13
-#root (hd0,0)
-#kernel /boot/kernel-genkernel-x86-3.8.13-gentoo root=/dev/sda3
-#initrd /boot/initramfs-genkernel-x86-3.8.13
-
-# vim:ft=conf: