mirror of https://github.com/ipxe/ipxe.git
Make "boot" a synonym for "imgexec", to match grub
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