stand/lua: Set ACPI's default the proper way (setACPI)

This commit is contained in:
Kyle Evans 2018-02-16 13:57:43 +00:00
parent 13cad9af82
commit ecdc734299
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=329366

View File

@ -171,5 +171,5 @@ function core.bootserial()
return false;
end
core.acpi = core.getACPIPresent(false);
core.setACPI(core.getACPIPresent(false))
return core