Page MenuHomeFreeBSD

loader: Fix loader_brand = none
ClosedPublic

Authored by manu on Jun 16 2025, 12:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 29, 5:32 AM
Unknown Object (File)
Sep 12 2025, 6:05 PM
Unknown Object (File)
Sep 10 2025, 4:29 AM
Unknown Object (File)
Sep 9 2025, 2:19 PM
Unknown Object (File)
Sep 8 2025, 6:19 PM
Unknown Object (File)
Sep 8 2025, 1:36 PM
Unknown Object (File)
Aug 31 2025, 8:37 PM
Unknown Object (File)
Aug 31 2025, 7:56 PM
Subscribers

Details

Summary

Setting loader_brand to none in loader.conf now result in a lua error
as we try to get a non-existant table
Defines it

Fixes: bef6d85b6de5 ("lualoader: allow graphical bits to be disabled with loader_gfx")
Sponsored by: Beckhoff Automation GmbH & Co. KG

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

manu requested review of this revision.Jun 16 2025, 12:24 PM
stand/lua/drawer.lua
473

I think the typo is really that this should have been ascii = rather than fb = -- the rest of drawbrand is designed to handle that. The fb entry can go away entirely, nad the above chunk isn't needed.

stand/lua/drawer.lua
473

Indeed, fixed.

This revision is now accepted and ready to land.Jun 16 2025, 3:19 PM
This revision was automatically updated to reflect the committed changes.