Ver código fonte

Make "boot" a synonym for "imgexec", to match grub

tags/v0.9.3
Michael Brown 17 anos atrás
pai
commit
c088ecf042
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4
    0
      src/hci/commands/image_cmd.c

+ 4
- 0
src/hci/commands/image_cmd.c Ver arquivo

@@ -485,6 +485,10 @@ struct command image_commands[] __command = {
485 485
 		.name = "imgexec",
486 486
 		.exec = imgexec_exec,
487 487
 	},
488
+	{
489
+		.name = "boot", /* synonym for "imgexec" */
490
+		.exec = imgexec_exec,
491
+	},
488 492
 	{
489 493
 		.name = "imgstat",
490 494
 		.exec = imgstat_exec,

Carregando…
Cancelar
Salvar