david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

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

This commit is contained in:
Michael Brown 2007-01-14 00:08:13 +00:00
parent beb941ed81
commit c088ecf042
1 changed files with 4 additions and 0 deletions

View File

@ -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,