Parcourir la source

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

tags/v0.9.3
Michael Brown il y a 17 ans
Parent
révision
c088ecf042
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4
    0
      src/hci/commands/image_cmd.c

+ 4
- 0
src/hci/commands/image_cmd.c Voir le fichier

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

Chargement…
Annuler
Enregistrer