mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 18:44:44 +00:00
system: actually required
This commit is contained in:
parent
f9ed428138
commit
f827497f15
@ -70,7 +70,7 @@ function system_sysctl_defaults()
|
||||
global $config;
|
||||
|
||||
return [
|
||||
'debug.kassert.warn_only' => [ 'default' => '1' ],
|
||||
'debug.kassert.warn_only' => [ 'default' => '1', 'required' => true ],
|
||||
'hw.ibrs_disable' => [ 'default' => '0' ],
|
||||
'hw.ixl.enable_head_writeback' => [ 'default' => '0', 'required' => true ],
|
||||
'hw.syscons.kbd_reboot' => [ 'default' => '0' ],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user