Skip to content

Commit

Permalink
system: add nullconsole setting
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Nov 26, 2016
1 parent 9e5aa0c commit f00d430
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/etc/inc/system.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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')),
);
}
Expand Down

0 comments on commit f00d430

Please sign in to comment.