svn commit: r329366 - head/stand/lua

Kyle Evans kevans at FreeBSD.org
Fri Feb 16 13:57:44 UTC 2018


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


More information about the svn-src-head mailing list