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)
Wed, Jun 11, 6:39 PM
Unknown Object (File)
Wed, Jun 4, 11:06 PM
Unknown Object (File)
Sun, Jun 1, 3:12 PM
Unknown Object (File)
Fri, May 30, 3:25 PM
Unknown Object (File)
Thu, May 29, 11:34 PM
Unknown Object (File)
Mon, May 26, 11:26 PM
Unknown Object (File)
May 23 2025, 7:15 PM
Unknown Object (File)
May 15 2025, 5:41 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.
OSZAR »