git: 36f1db7a37ae - main - loader.conf: Document boot_verbose
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Feb 2025 18:24:05 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=36f1db7a37aed8e831ec385a542ef3377890bfce
commit 36f1db7a37aed8e831ec385a542ef3377890bfce
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2025-02-09 18:23:35 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2025-02-09 18:24:22 +0000
loader.conf: Document boot_verbose
And for the moment, point people to loader.efi(8) for all boot_*
variables.
Sponsored by: Netflix
MFC After: 1 week
---
stand/defaults/loader.conf.5 | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/stand/defaults/loader.conf.5 b/stand/defaults/loader.conf.5
index a67edd93929d..5ef54ee2c5d0 100644
--- a/stand/defaults/loader.conf.5
+++ b/stand/defaults/loader.conf.5
@@ -21,7 +21,7 @@
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
-.Dd July 8, 2024
+.Dd February 9, 2025
.Dt LOADER.CONF 5
.Os
.Sh NAME
@@ -116,6 +116,13 @@ option in this manner,
.Va beastie_disable
must be set to
.Dq Li YES .
+.It Ar boot_*
+See list in
+.Xr loader.efi 8
+since those flags apply to all boot loaders.
+.It Ar boot_verbose
+Set to "yes" to get the same effect as boot -v or booting verbose from the
+loader menu.
.It Ar exec
Immediately executes a
.Xr loader 8