Home
last modified time | relevance | path

Searched hist:"1613 f09199eb198b62f81df8fa92ec163a01c78f" (Results 1 – 1 of 1) sorted by relevance

/freebsd/stand/lua/
H A Dcore.luadiff 1613f09199eb198b62f81df8fa92ec163a01c78f Sun Oct 07 17:28:50 CEST 2018 Kyle Evans <kevans@FreeBSD.org> lualoader: Honor boot_* variables at lua init

For non-UEFI systems, boot.config(5) may have -s or -v specified for
single-user and verbose boot respectively. These were not being properly
taken into account and reflected in the "Boot Options" submenu. When we
initialize core.lua, we'll record boot_single and boot_verbose as we do ACPI
and consider these the system defaults.

Reported by: David Wolfskill <david@catwhisker.org>
Approved by: re (kib)