浏览代码

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

tags/v0.9.3
Michael Brown 19 年前
父节点
当前提交
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,

正在加载...
取消
保存