Gentoo Archives: gentoo-dev

From: Kent Fredric <kentnl@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] grub-2 configuration
Date: Wed, 05 Oct 2016 04:47:02
Message-Id: 20161005174629.1cd6444f@katipo2.lan
In Reply to: [gentoo-dev] grub-2 configuration by William Hubbs
1 On Tue, 4 Oct 2016 22:34:11 -0500
2 William Hubbs <williamh@g.o> wrote:
3
4 > You don't have to use grub-mkconfig. You can write /boot/grub/grub.cfg
5 > by hand if you want, and it appears that the syntax is documented in the
6 > grub info pages.
7 >
8 > William
9
10 Just saying, it would be really nice to have some documented example cases
11 ship with grub-2, like it did with grub:0
12
13 grub:0 via http://www.portagefilelist.de
14
15 /usr/share/doc/grub-0.97-r17/grub.conf.gentoo.bz2 obj amd64, x86 custom-cflags, ncurses, netboot
16 /usr/share/doc/grub-0.97-r17/grub.conf.gentoo.xz obj amd64 ncurses
17 /usr/share/doc/grub-0.97-r17/grub.conf.sample.bz2 obj amd64, x86 custom-cflags, ncurses, netboot
18 /usr/share/doc/grub-0.97-r17/grub.conf.sample.xz obj amd64 ncurses
19
20 grub-2 via qlist grub | grep -i conf
21
22 /usr/share/man/man8/grub-mkconfig.8.bz2
23 /usr/share/grub/grub-mkconfig_lib
24 /usr/sbin/grub-mkconfig
25 /usr/lib/grub/i386-pc/configfile.module
26 /usr/lib/grub/i386-pc/configfile.mod
27 /usr/lib/grub/i386-pc/config.h
28 /usr/lib/grub/i386-multiboot/configfile.module
29 /usr/lib/grub/i386-multiboot/configfile.mod
30 /usr/lib/grub/i386-multiboot/config.h
31 /usr/lib/grub/i386-qemu/configfile.module
32 /usr/lib/grub/i386-qemu/configfile.mod
33 /usr/lib/grub/i386-qemu/config.h
34
35 Its pretty clear which of these we're getting pushed to use.

Replies

Subject Author
Re: [gentoo-dev] grub-2 configuration Kent Fredric <kentnl@g.o>