Date: Sat, 31 Jan 2026 17:29:50 +0000 From: Michael Osipov <michaelo@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 39812c74519c - stable/15 - loader.conf.5: "console" setting does not document multi-value possiblity Message-ID: <697e3c0e.1d7fa.42a79b86@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by michaelo: URL: https://cgit.FreeBSD.org/src/commit/?id=39812c74519c3a3bfcc5d88247255acee5326dcf commit 39812c74519c3a3bfcc5d88247255acee5326dcf Author: Michael Osipov <michaelo@FreeBSD.org> AuthorDate: 2026-01-23 20:26:24 +0000 Commit: Michael Osipov <michaelo@FreeBSD.org> CommitDate: 2026-01-31 17:29:25 +0000 loader.conf.5: "console" setting does not document multi-value possiblity PR: 292595 Approved by: ziaee, dab, imp, tsoome MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D54843 (cherry picked from commit 240c614d48cb0484bfe7876decdf6bbdcc99ba73) --- stand/defaults/loader.conf | 2 +- stand/defaults/loader.conf.5 | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/stand/defaults/loader.conf b/stand/defaults/loader.conf index 71fb052cd21b..a10c65f28eaf 100644 --- a/stand/defaults/loader.conf +++ b/stand/defaults/loader.conf @@ -110,7 +110,7 @@ kernels_autodetect="YES" # Auto-detect kernel directories in /boot #loader_gfx="YES" # Use graphical images when available #loader_logo="orbbw" # Desired logo: orbbw, orb, fbsdbw, beastiebw, beastie, none #comconsole_speed="115200" # Set the current serial console speed -#console="vidconsole" # A comma separated list of console(s) +#console="vidconsole" # Comma- or space-separated list of consoles #currdev="disk1s1a" # Set the current device module_path="/boot/modules;/boot/firmware;/boot/dtb;/boot/dtb/overlays" # Set the module search path module_blacklist="drm drm2 radeonkms i915kms amdgpu if_iwlwifi if_rtw88 if_rtw89" # Loader module blacklist diff --git a/stand/defaults/loader.conf.5 b/stand/defaults/loader.conf.5 index 8c43bb62a135..36883bbe7807 100644 --- a/stand/defaults/loader.conf.5 +++ b/stand/defaults/loader.conf.5 @@ -329,6 +329,7 @@ is in use then the default speed is determined from the current serial port speed setting. .It Va console .Pq Dq vidconsole +Comma- or space-separated list of consoles. .Dq comconsole selects serial console, .Dq vidconsolehome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697e3c0e.1d7fa.42a79b86>
