mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 23:31:39 +00:00
Make "boot" a synonym for "imgexec", to match grub
This commit is contained in:
parent
beb941ed81
commit
c088ecf042
@ -485,6 +485,10 @@ struct command image_commands[] __command = {
|
||||
.name = "imgexec",
|
||||
.exec = imgexec_exec,
|
||||
},
|
||||
{
|
||||
.name = "boot", /* synonym for "imgexec" */
|
||||
.exec = imgexec_exec,
|
||||
},
|
||||
{
|
||||
.name = "imgstat",
|
||||
.exec = imgstat_exec,
|
||||
|
Loading…
Reference in New Issue
Block a user