Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Feb 2021 20:21:32 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: ab77cc9e7bf6 - main - Remove incorrect statement about EFI environment variables being unsupported.
Message-ID:  <202102222021.11MKLWc4031841@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=ab77cc9e7bf6d0c2d862dfd514539b81ae248dfd

commit ab77cc9e7bf6d0c2d862dfd514539b81ae248dfd
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2021-02-22 20:19:21 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2021-02-22 20:20:58 +0000

    Remove incorrect statement about EFI environment variables being unsupported.
    
    Our uefi support has included environment variable support for several years
    now. Remove the bogus blanket statement saying we don't support them.
    
    MFC After: 3 days
---
 share/man/man8/uefi.8 | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/share/man/man8/uefi.8 b/share/man/man8/uefi.8
index 4224af835738..05c74caa6c20 100644
--- a/share/man/man8/uefi.8
+++ b/share/man/man8/uefi.8
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 9, 2020
+.Dd February 22, 2021
 .Dt UEFI 8
 .Os
 .Sh NAME
@@ -143,7 +143,3 @@ boot support for amd64 first appeared in
 .Fx 10.1
 and for arm64 in
 .Fx 11.0 .
-.Sh CAVEATS
-EFI environment variables are not supported by
-.Xr loader 8
-or the kernel.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102222021.11MKLWc4031841>