Преглед изворни кода

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

tags/v0.9.3
Michael Brown пре 17 година
родитељ
комит
c088ecf042
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4
    0
      src/hci/commands/image_cmd.c

+ 4
- 0
src/hci/commands/image_cmd.c Прегледај датотеку

@@ -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…
Откажи
Сачувај