Browse Source

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

tags/v0.9.3
Michael Brown 17 years ago
parent
commit
c088ecf042
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      src/hci/commands/image_cmd.c

+ 4
- 0
src/hci/commands/image_cmd.c View File

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

Loading…
Cancel
Save