git: da810c0277 - main - 15.0/relnotes: Mention new ascii loader art option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Dec 2025 14:54:26 UTC
The branch main has been updated by ziaee:
URL: https://cgit.FreeBSD.org/doc/commit/?id=da810c0277aeab09a70b9e88725c5fad7e144923
commit da810c0277aeab09a70b9e88725c5fad7e144923
Author: Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2025-11-30 02:14:34 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
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]