mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
stand/lua: Set ACPI's default the proper way (setACPI)
This commit is contained in:
parent
13cad9af82
commit
ecdc734299
1 changed files with 1 additions and 1 deletions
|
|
@ -171,5 +171,5 @@ function core.bootserial()
|
|||
return false;
|
||||
end
|
||||
|
||||
core.acpi = core.getACPIPresent(false);
|
||||
core.setACPI(core.getACPIPresent(false))
|
||||
return core
|
||||
|
|
|
|||
Loading…
Reference in a new issue