Commit e21aa229 authored by Franco Fichtner's avatar Franco Fichtner

system: move VGA to top so it defaults to the default

parent fbfb0019
......@@ -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')),
);
}
......
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