Home
last modified time | relevance | path

Searched hist:"9 b17aa27406f3716383e71c6687d53599a8f8d8a" (Results 1 – 1 of 1) sorted by relevance

/freebsd/stand/lua/
H A Dmenu.luadiff 9b17aa27406f3716383e71c6687d53599a8f8d8a Fri Sep 02 21:30:40 CEST 2022 Jessica Clarke <jrtc27@FreeBSD.org> lualoader: Add loader_menu_multi_user_prompt config variable

This allows the "Multi user" in "[B]oot Multi user" to be substituted
with another string, for example with "Installer" in installer media.
Note that this is lua-only at the moment, since loader.4th's menu.rc
defines the alternate name as Boot [M]ulti User, unlike lualoader which
leaves it as [B]oot Multi user. Ideally loader.4th would adopt the newer
and simpler lualoader behaviour and then it could gain support for this
option, but loader.4th is on the way out and isn't used by any official
installer media so this is not a significant concern.

Reviewed by: kevans, rpokala
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D36418