Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161399242
D45890.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
626 B
Referenced Files
None
Subscribers
None
D45890.id.diff
View Options
diff --git a/stand/lua/menu.lua b/stand/lua/menu.lua
--- a/stand/lua/menu.lua
+++ b/stand/lua/menu.lua
@@ -245,6 +245,7 @@
boot_entry_1, boot_entry_2 = multi_user, single_user
end
return {
+ loader_needs_upgrade,
boot_entry_1,
boot_entry_2,
menu_entries.prompt,
@@ -411,6 +412,15 @@
end,
alias = {"l", "L"},
},
+ loader_needs_upgrade = {
+ entry_type = core.MENU_SEPARATOR,
+ name = function()
+ return "Loader requires updating"
+ end
+ visible = function()
+ return core.loaderTooOld()
+ end
+ },
vendor = {
entry_type = core.MENU_ENTRY,
visible = function()
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jul 4, 10:48 AM (7 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34665357
Default Alt Text
D45890.id.diff (626 B)
Attached To
Mode
D45890: stand: Add "Loader needs updating" to the first menu item"
Attached
Detach File
Event Timeline
Log In to Comment