From ecdc73429903f59eaa7b467b7c9b2103b99de6c3 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Fri, 16 Feb 2018 13:57:43 +0000 Subject: stand/lua: Set ACPI's default the proper way (setACPI) --- stand/lua/core.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stand') diff --git a/stand/lua/core.lua b/stand/lua/core.lua index d6d5283a3e45..392070629223 100644 --- a/stand/lua/core.lua +++ b/stand/lua/core.lua @@ -171,5 +171,5 @@ function core.bootserial() return false; end -core.acpi = core.getACPIPresent(false); +core.setACPI(core.getACPIPresent(false)) return core -- cgit v1.2.3