Date: Sat, 02 Nov 2024 06:50:39 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 282465] Corrupted bootloader font after update to 14.2-STABLE #0 stable/14-4e8444d575 after 26 October Message-ID: <bug-282465-227-UNznhr7kXD@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-282465-227@https.bugs.freebsd.org/bugzilla/> References: <bug-282465-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
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.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-282465-227-UNznhr7kXD>
