mirror of
https://github.com/ipxe/ipxe
synced 2025-12-12 06:22:01 +03:00
Make "boot" a synonym for "imgexec", to match grub
This commit is contained in:
@@ -485,6 +485,10 @@ struct command image_commands[] __command = {
|
|||||||
.name = "imgexec",
|
.name = "imgexec",
|
||||||
.exec = imgexec_exec,
|
.exec = imgexec_exec,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.name = "boot", /* synonym for "imgexec" */
|
||||||
|
.exec = imgexec_exec,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
.name = "imgstat",
|
.name = "imgstat",
|
||||||
.exec = imgstat_exec,
|
.exec = imgstat_exec,
|
||||||
|
|||||||
Reference in New Issue
Block a user