Author: kevans Date: Fri Feb 16 13:57:43 2018 New Revision: 329366 URL: https://svnweb.freebsd.org/changeset/base/329366
Log: stand/lua: Set ACPI's default the proper way (setACPI) Modified: head/stand/lua/core.lua Modified: head/stand/lua/core.lua ============================================================================== --- head/stand/lua/core.lua Fri Feb 16 13:32:46 2018 (r329365) +++ head/stand/lua/core.lua Fri Feb 16 13:57:43 2018 (r329366) @@ -171,5 +171,5 @@ function core.bootserial() return false; end -core.acpi = core.getACPIPresent(false); +core.setACPI(core.getACPIPresent(false)) return core _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"