summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-02-12 17:21:22 +0100
committerLars Wendler <polynomial-c@gentoo.org>2019-02-16 22:05:31 +0100
commit2926b4e0b39e90965d9d024fca535a94be94f6f4 (patch)
tree81fc3a8306e4cc0b3fd3c0f6c1ceafd50f08790d /sys-boot
parentsys-apps/util-linux: remove unused patch (diff)
downloadgentoo-2926b4e0b39e90965d9d024fca535a94be94f6f4.tar.gz
gentoo-2926b4e0b39e90965d9d024fca535a94be94f6f4.tar.bz2
gentoo-2926b4e0b39e90965d9d024fca535a94be94f6f4.zip
sys-boot/grub: remove unused file
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/grub/files/grub.conf.gentoo16
1 files changed, 0 insertions, 16 deletions
diff --git a/sys-boot/grub/files/grub.conf.gentoo b/sys-boot/grub/files/grub.conf.gentoo
deleted file mode 100644
index 984470b3860d..000000000000
--- a/sys-boot/grub/files/grub.conf.gentoo
+++ /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: