[Bug 282465] Corrupted bootloader font after update to 14.2-STABLE #0 stable/14-4e8444d575 after 26 October
Date: Sat, 02 Nov 2024 06:50:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282465 --- Comment #5 from Martin Birgmeier <d8zNeCFG@aon.at> --- Try this patch on /boot/lua/drawer.lua: --- /boot/lua/drawer.lua 2024-05-10 18:42:55.000000000 +0200 +++ /tmp/drawer.lua 2024-11-02 07:49:23.444324000 +0100 @@ -210,7 +210,7 @@ if core.isSerialConsole() then return "ascii" end - return "double" + return "ascii" end local function drawframe() -- Martin -- You are receiving this mail because: You are the assignee for the bug.