Page MenuHomeFreeBSD

loader: Rework kernel menu section
ClosedPublic

Authored by manu on Jan 7 2025, 9:40 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 14, 11:58 PM
Unknown Object (File)
Mon, Nov 10, 1:30 AM
Unknown Object (File)
Mon, Oct 27, 2:17 PM
Unknown Object (File)
Oct 24 2025, 3:14 PM
Unknown Object (File)
Oct 24 2025, 1:41 AM
Unknown Object (File)
Oct 17 2025, 12:19 PM
Unknown Object (File)
Oct 14 2025, 2:29 AM
Unknown Object (File)
Oct 2 2025, 11:49 PM
Subscribers

Details

Summary

With pkgbase we can have long kernel name, so create a new section
for the kernel name.
Do not show the "default" text, we already show the "1 of X" part at
the end of the line and the default kernel is always number 1 so it's a bit
redundant.

Sponsored by: Beckhoff Automation GmbH & Co. KG

Test Plan

Diff Detail

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

Event Timeline

manu requested review of this revision.Jan 7 2025, 9:40 AM
manu added a reviewer: Loader.
This revision is now accepted and ready to land.Jan 7 2025, 10:11 AM

I think this is sane...

stand/lua/menu.lua
350

thanks for preserving this.

This revision was automatically updated to reflect the committed changes.