diff options
author | Mike Gilbert <floppym@gentoo.org> | 2014-10-16 04:04:02 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2014-10-16 04:04:02 +0000 |
commit | 4089a1bebfd91e908caf474bd2aa99e7b17e380c (patch) | |
tree | d15171ac7c47d8c17eca836b9d1dc62b75305e31 /sys-boot | |
parent | add ebuild for mamba—dependence for fig (diff) | |
download | gentoo-2-4089a1bebfd91e908caf474bd2aa99e7b17e380c.tar.gz gentoo-2-4089a1bebfd91e908caf474bd2aa99e7b17e380c.tar.bz2 gentoo-2-4089a1bebfd91e908caf474bd2aa99e7b17e380c.zip |
Copy/paste description of GRUB_GFXPAYLOAD_LINUX from grub.info.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/grub/files/grub.default-3 | 9 |
2 files changed, 12 insertions, 2 deletions
diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog index 3e51aeb95ac8..1e70629b1bfe 100644 --- a/sys-boot/grub/ChangeLog +++ b/sys-boot/grub/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/grub # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.319 2014/09/24 21:12:02 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.320 2014/10/16 04:04:02 floppym Exp $ + + 16 Oct 2014; Mike Gilbert <floppym@gentoo.org> files/grub.default-3: + Copy/paste description of GRUB_GFXPAYLOAD_LINUX from grub.info. 24 Sep 2014; Mike Gilbert <floppym@gentoo.org> grub-2.02_beta2-r2.ebuild: Stable on amd64, bug 522314. diff --git a/sys-boot/grub/files/grub.default-3 b/sys-boot/grub/files/grub.default-3 index 8f0549d1c27e..f3f7e4764c95 100644 --- a/sys-boot/grub/files/grub.default-3 +++ b/sys-boot/grub/files/grub.default-3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/files/grub.default-3,v 1.3 2014/09/10 14:38:39 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/files/grub.default-3,v 1.4 2014/10/16 04:04:02 floppym Exp $ # # To populate all changes in this file you need to regenerate your # grub configuration file afterwards: @@ -40,6 +40,13 @@ GRUB_DISTRIBUTOR="Gentoo" # You can see them in real GRUB with the command `vbeinfo'. #GRUB_GFXMODE=640x480 +# Set to 'text' to force the Linux kernel to boot in normal text +# mode, 'keep' to preserve the graphics mode set using +# 'GRUB_GFXMODE', 'WIDTHxHEIGHT'['xDEPTH'] to set a particular +# graphics mode, or a sequence of these separated by commas or +# semicolons to try several modes in sequence. +#GRUB_GFXPAYLOAD_LINUX= + # Path to theme spec txt file. # The starfield is by default provided with use truetype. # NOTE: when enabling custom theme, ensure you have required font/etc. |