aboutsummaryrefslogtreecommitdiff
path: root/stand/defaults
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2018-03-23 21:02:46 +0000
committerKyle Evans <kevans@FreeBSD.org>2018-03-23 21:02:46 +0000
commit05e8899d7d2c779b90a10d1304b493afb95fb18e (patch)
treefbdb745731e8b688ea6c87492e975cc217e7bac6 /stand/defaults
parent8dbc390581f7bf64c0a99007a1d68c147ab87581 (diff)
downloadsrc-05e8899d7d2c779b90a10d1304b493afb95fb18e.tar.gz
src-05e8899d7d2c779b90a10d1304b493afb95fb18e.zip
efi loader: Respect efi_max_resolution in loader.conf(5)
Default the max resolution to 1080p, we'll accept Width x Height specifications along with the following presets: - 480p - 720p - 1080p - 2160p or 4k - 5k PR: 224825 Differential Revision: https://reviews.freebsd.org/D14801
Notes
Notes: svn path=/head/; revision=331464
Diffstat (limited to 'stand/defaults')
-rw-r--r--stand/defaults/loader.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/stand/defaults/loader.conf b/stand/defaults/loader.conf
index d7908bff182e..a3b179b68178 100644
--- a/stand/defaults/loader.conf
+++ b/stand/defaults/loader.conf
@@ -75,6 +75,9 @@ acpi_video_load="NO" # Load the ACPI video extension driver
#geom_eli_passphrase_prompt="NO" # Prompt for geli(8) passphrase to mount root
bootenv_autolist="YES" # Auto populate the list of ZFS Boot Environments
#beastie_disable="NO" # Turn the beastie boot menu on and off
+efi_max_resolution="1080p" # Set the max resolution for EFI loader to use:
+ # 480p, 720p, 1080p, 2160p/4k, 5k, or specify
+ # WidthxHeight (e.g. 1920x1080)
#kernels="kernel kernel.old" # Kernels to display in the boot menu
#loader_logo="orbbw" # Desired logo: orbbw, orb, fbsdbw, beastiebw, beastie, none
#comconsole_speed="9600" # Set the current serial console speed