system: actually required

This commit is contained in:
Franco Fichtner 2024-07-31 09:22:57 +02:00
parent f9ed428138
commit f827497f15

View File

@ -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' ],