Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/files/
Date: Sat, 16 Feb 2019 21:05:45
Message-Id: 1550351131.2926b4e0b39e90965d9d024fca535a94be94f6f4.polynomial-c@gentoo
1 commit: 2926b4e0b39e90965d9d024fca535a94be94f6f4
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 12 16:21:22 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 16 21:05:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2926b4e0
7
8 sys-boot/grub: remove unused file
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 sys-boot/grub/files/grub.conf.gentoo | 16 ----------------
14 1 file changed, 16 deletions(-)
15
16 diff --git a/sys-boot/grub/files/grub.conf.gentoo b/sys-boot/grub/files/grub.conf.gentoo
17 deleted file mode 100644
18 index 984470b3860..00000000000
19 --- a/sys-boot/grub/files/grub.conf.gentoo
20 +++ /dev/null
21 @@ -1,16 +0,0 @@
22 -# This is a sample grub.conf for use with Genkernel, per the Gentoo handbook
23 -# http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=10#doc_chap2
24 -# If you are not using Genkernel and you need help creating this file, you
25 -# should consult the handbook. Alternatively, consult the grub.conf.sample that
26 -# is included with the Grub documentation.
27 -
28 -default 0
29 -timeout 30
30 -#splashimage=(hd0,0)/boot/grub/splash.xpm.gz
31 -
32 -#title Gentoo Linux 3.8.13
33 -#root (hd0,0)
34 -#kernel /boot/kernel-genkernel-x86-3.8.13-gentoo root=/dev/sda3
35 -#initrd /boot/initramfs-genkernel-x86-3.8.13
36 -
37 -# vim:ft=conf: