git: da810c0277 - main - 15.0/relnotes: Mention new ascii loader art option
Alexander Ziaee <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/doc/commit/?id=da810c0277aeab09a70b9e88725c5fad7e144923 commit da810c0277aeab09a70b9e88725c5fad7e144923 Author: Alexander Ziaee <[email protected]> AuthorDate: 2025-11-30 02:14:34 +0000 Commit: Alexander Ziaee <[email protected]> CommitDate: 2025-12-01 14:31:11 +0000 15.0/relnotes: Mention new ascii loader art option Reviewed by: kevans --- website/content/en/releases/15.0R/relnotes.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/content/en/releases/15.0R/relnotes.adoc b/website/content/en/releases/15.0R/relnotes.adoc index 3767b590a1..64f18f1b4c 100644 --- a/website/content/en/releases/15.0R/relnotes.adoc +++ b/website/content/en/releases/15.0R/relnotes.adoc @@ -1172,6 +1172,9 @@ gitref:e87848a8150e[repository=src] This section covers the boot loader, boot menu, and other boot-related changes. +The ASCII man:loader[8] art may once again be enabled on graphical systems via an optional `loader_gfx` variable in loader.conf[5]. +gitref:bef6d85b6de5[repository=src] + The man:loader[8] now reads local configuration files listed in the variable `local_loader_conf_files` after other configuration files, defaulting to [.filename]#/boot/loader.conf.local#. gitref:a25531db0fc2[repository=src]