From af71bd8f2c9e58a7a4d99a066898ae3b79f3fbf2 Mon Sep 17 00:00:00 2001 From: adriel-tech <145532+adriel-tech@users.noreply.github.com> Date: Tue, 2 Dec 2025 11:37:16 -0600 Subject: Update README.md less invasive loader changes for FreeBSD15+ --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 17641f4..9357eee 100644 --- a/README.md +++ b/README.md @@ -180,10 +180,13 @@ early: ``` * For even more Sun Microsystems reminiscence, switch to black on white. In `/boot/loader.conf` set `teken.fg_color="0"` and `teken.bg_color="7"`. -* To use the FreeBSD logo with inverted colors, edit `/boot/lua/drawer.lua`. - Look for the assignment - `image = "/boot/images/freebsd-brand-rev.png"` and replace it with - `image = "/boot/images/freebsd-brand.png"`. +* To use the FreeBSD logo with inverted colors: + * (FreeBSD 14.3 and earlier) edit `/boot/lua/drawer.lua`. + Look for the assignment + `image = "/boot/images/freebsd-brand-rev.png"` and replace it with + `image = "/boot/images/freebsd-brand.png"`. + * (FreeBSD 15+) edit `/boot/loader.conf`, add this line + `splash="/boot/images/freebsd-brand.png"`. ### Linux, NetBSD, OpenBSD Console -- cgit v1.2.3