diff options
| author | HAL9000 <62116041+NanoBillion@users.noreply.github.com> | 2025-12-06 16:55:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-06 16:55:52 +0100 |
| commit | a8bf79449bea4a17e577687c66b87df0444fbcf7 (patch) | |
| tree | f87db8e73c5b5e570b80b24a511e9bf26a80afcc | |
| parent | af1b2f4e3504e2d2a25b7d7b1eb61fb280eabf84 (diff) | |
| parent | af71bd8f2c9e58a7a4d99a066898ae3b79f3fbf2 (diff) | |
Merge pull request #6 from adriel-tech/patch-1main
README.md: less invasive loader changes for FreeBSD15+ (tested)
| -rw-r--r-- | README.md | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -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 |
