Page MenuHomeFreeBSD

stand: Print a warning of the loader is too old
ClosedPublic

Authored by imp on Jul 5 2024, 8:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 9, 4:49 AM
Unknown Object (File)
Thu, Nov 7, 8:47 PM
Unknown Object (File)
Wed, Nov 6, 8:42 PM
Unknown Object (File)
Oct 17 2024, 7:00 AM
Unknown Object (File)
Oct 16 2024, 8:23 PM
Unknown Object (File)
Oct 14 2024, 8:31 PM
Unknown Object (File)
Oct 14 2024, 12:06 AM
Unknown Object (File)
Oct 11 2024, 2:49 PM
Subscribers

Details

Diff Detail

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

Event Timeline

imp requested review of this revision.Jul 5 2024, 8:48 PM
jhb added inline comments.
stand/lua/core.lua
549

Not sure why loader_major exists otherwise? Do you want to maybe call it loader_min_major?

This revision is now accepted and ready to land.Jul 9 2024, 8:43 PM
stand/lua/core.lua
549

yes. the above '3' should be spelled loader_major, like you suggest. I'll fix that.

This revision was automatically updated to reflect the committed changes.

I really like this change. The latest vm snapshots are triggering the upgrade message, but there are no google results for how to upgrade. Can you point me to the correct way to upgrade and I'll draft a change for the handbook with the upgrade message included.