Date: Sat, 31 Jul 2021 22:43:41 GMT From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: de0c7fbe280a - main - loader.conf(5): mention "efi" option for "console" parameter Message-ID: <202107312243.16VMhf2q038775@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/src/commit/?id=de0c7fbe280a1e0946afb111cf7a9811364c4bd6 commit de0c7fbe280a1e0946afb111cf7a9811364c4bd6 Author: Li-Wen Hsu <lwhsu@FreeBSD.org> AuthorDate: 2021-07-31 22:41:49 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2021-07-31 22:41:49 +0000 loader.conf(5): mention "efi" option for "console" parameter PR: 213467 Reviewed by: imp MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D31368 --- stand/defaults/loader.conf.5 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stand/defaults/loader.conf.5 b/stand/defaults/loader.conf.5 index b4109371a1cf..23a65935c95a 100644 --- a/stand/defaults/loader.conf.5 +++ b/stand/defaults/loader.conf.5 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD$ -.Dd July 10, 2021 +.Dd July 31, 2021 .Dt LOADER.CONF 5 .Os .Sh NAME @@ -270,6 +270,8 @@ serial port speed setting. selects serial console, .Dq vidconsole selects the video console, +.Dq efi +selects the EFI console, .Dq nullconsole selects a mute console (useful for systems with neither a video console nor a serial port), and
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107312243.16VMhf2q038775>