K 10 svn:author V 6 kevans K 8 svn:date V 27 2018-10-07T15:28:50.637150Z K 7 svn:log V 453 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 Approved by: re (kib) END