Bläddra i källkod

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

tags/v0.9.3
Michael Brown 17 år sedan
förälder
incheckning
c088ecf042
1 ändrade filer med 4 tillägg och 0 borttagningar
  1. 4
    0
      src/hci/commands/image_cmd.c

+ 4
- 0
src/hci/commands/image_cmd.c Visa fil

@@ -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,

Laddar…
Avbryt
Spara