diff options
author | Mike Gilbert <floppym@gentoo.org> | 2024-08-04 11:06:03 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2024-08-04 11:06:03 -0400 |
commit | 81e838bcee091ab342610d59feac08954a7667e1 (patch) | |
tree | 143e30904b8159e0b84e6492baf641e040fcb8e0 /sys-boot/grub | |
parent | app-emulation/open-vm-tools: Fix cross-compiling 12.4.5 with libdnet + xmlsec (diff) | |
download | gentoo-81e838bcee091ab342610d59feac08954a7667e1.tar.gz gentoo-81e838bcee091ab342610d59feac08954a7667e1.tar.bz2 gentoo-81e838bcee091ab342610d59feac08954a7667e1.zip |
sys-boot/grub: update GRUB_GFXMODE description
Closes: https://bugs.gentoo.org/936596
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-boot/grub')
-rw-r--r-- | sys-boot/grub/files/grub.default-4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-boot/grub/files/grub.default-4 b/sys-boot/grub/files/grub.default-4 index 35d3060137a9..74f5d10aea3b 100644 --- a/sys-boot/grub/files/grub.default-4 +++ b/sys-boot/grub/files/grub.default-4 @@ -34,9 +34,9 @@ GRUB_DISTRIBUTOR="Gentoo" # Uncomment to disable graphical terminal (grub-pc only) #GRUB_TERMINAL=console -# The resolution used on graphical terminal. -# Note that you can use only modes which your graphic card supports via VBE. -# You can see them in real GRUB with the command `vbeinfo'. +# Resolution used on graphical terminal. +# The list of valid modes may be obtained using the 'vbeinfo' (PC BIOS) or +# 'videoinfo' (EFI) command from a GRUB boot prompt. #GRUB_GFXMODE=640x480 # Set to 'text' to force the Linux kernel to boot in normal text |