Commit f00d4309 authored by Franco Fichtner's avatar Franco Fichtner

system: add nullconsole setting

PR: https://forum.opnsense.org/index.php?topic=3972
parent 9e5aa0c7
...@@ -1551,6 +1551,7 @@ function system_console_types() ...@@ -1551,6 +1551,7 @@ function system_console_types()
return array( return array(
'serial' => array('value' => 'comconsole', 'name' => gettext('Serial Console')), 'serial' => array('value' => 'comconsole', 'name' => gettext('Serial Console')),
'video' => array('value' => 'vidconsole', 'name' => gettext('VGA 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')), 'efi' => array('value' => 'efi', 'name' => gettext('EFI Console')),
); );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment