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)
Feb 28 2025, 7:01 AM
Unknown Object (File)
Feb 13 2025, 4:13 PM
Unknown Object (File)
Feb 10 2025, 7:00 PM
Unknown Object (File)
Feb 4 2025, 2:12 AM
Unknown Object (File)
Jan 27 2025, 6:06 PM
Unknown Object (File)
Jan 27 2025, 10:46 AM
Unknown Object (File)
Jan 17 2025, 12:55 AM
Unknown Object (File)
Jan 14 2025, 8:38 AM
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.