mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
system: move VGA to top so it defaults to the default
This commit is contained in:
parent
fbfb00191b
commit
e21aa229e4
@ -1602,10 +1602,11 @@ function system_console_unmute()
|
||||
function system_console_types()
|
||||
{
|
||||
return array(
|
||||
'serial' => array('value' => 'comconsole', 'name' => gettext('Serial Console')),
|
||||
/* sorted by usage */
|
||||
'video' => array('value' => 'vidconsole', 'name' => gettext('VGA Console')),
|
||||
'null' => array('value' => 'nullconsole', 'name' => gettext('Mute Console')),
|
||||
'serial' => array('value' => 'comconsole', 'name' => gettext('Serial Console')),
|
||||
'efi' => array('value' => 'efi', 'name' => gettext('EFI Console')),
|
||||
'null' => array('value' => 'nullconsole', 'name' => gettext('Mute Console')),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user