mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
system: add nullconsole setting
PR: https://forum.opnsense.org/index.php?topic=3972
This commit is contained in:
parent
9e5aa0c76a
commit
f00d4309c5
@ -1551,6 +1551,7 @@ function system_console_types()
|
||||
return array(
|
||||
'serial' => array('value' => 'comconsole', 'name' => gettext('Serial Console')),
|
||||
'video' => array('value' => 'vidconsole', 'name' => gettext('VGA Console')),
|
||||
'null' => array('value' => 'nullconsole', 'name' => gettext('Mute Console')),
|
||||
'efi' => array('value' => 'efi', 'name' => gettext('EFI Console')),
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user