merge mainline into newreloc
This commit is contained in:
commit
6a82c1b2db
26 changed files with 429 additions and 97 deletions
|
@ -616,8 +616,8 @@ GRUB_MOD_INIT(serial)
|
|||
{
|
||||
cmd = grub_register_extcmd ("serial", grub_cmd_serial,
|
||||
GRUB_COMMAND_FLAG_BOTH,
|
||||
"serial [OPTIONS...]",
|
||||
"Configure serial port.", options);
|
||||
N_("[OPTIONS...]"),
|
||||
N_("Configure serial port."), options);
|
||||
|
||||
/* Set default settings. */
|
||||
serial_settings.port = grub_serial_hw_get_port (0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue