瀏覽代碼

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
 		.name = "imgexec",
485
 		.name = "imgexec",
486
 		.exec = imgexec_exec,
486
 		.exec = imgexec_exec,
487
 	},
487
 	},
488
+	{
489
+		.name = "boot", /* synonym for "imgexec" */
490
+		.exec = imgexec_exec,
491
+	},
488
 	{
492
 	{
489
 		.name = "imgstat",
493
 		.name = "imgstat",
490
 		.exec = imgstat_exec,
494
 		.exec = imgstat_exec,

Loading…
取消
儲存