FreeBSD Bugzilla – Attachment 229013 Details for
Bug 259429
[lualoader]: "Autoboot in X seconds. [Space] to pausee"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
menu.lua.patch
menu.lua.patch (text/plain), 402 bytes, created by
Katsuyuki Miyoshi
on 2021-10-25 09:47:47 UTC
(
hide
)
Description:
menu.lua.patch
Filename:
MIME Type:
Creator:
Katsuyuki Miyoshi
Created:
2021-10-25 09:47:47 UTC
Size:
402 bytes
patch
obsolete
>diff --git a/stand/lua/menu.lua b/stand/lua/menu.lua >index d1e1ee012834..f1a4f07a8d73 100644 >--- a/stand/lua/menu.lua >+++ b/stand/lua/menu.lua >@@ -522,7 +522,7 @@ function menu.autoboot(delay) > last = time > screen.setcursor(x, y) > print("Autoboot in " .. time .. >- " seconds. [Space] to pause") >+ " seconds. [Space] to pause ") > screen.defcursor() > end > if io.ischar() then
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 259429
: 229013
Working