Re: [PATCH] sysboot: add zboot support to boot x86 image

2020-12-21 Thread Bin Meng
Hi Kory, On Fri, Dec 11, 2020 at 1:49 AM Kory Maincent wrote: > Please put some commit message here. > Signed-off-by: Kory Maincent > --- > cmd/pxe_utils.c | 4 > include/command.h | 2 ++ > 2 files changed, 6 insertions(+) > > diff --git a/cmd/pxe_utils.c b/cmd/pxe_utils.c > index 53a

[PATCH] sysboot: add zboot support to boot x86 image

2020-12-10 Thread Kory Maincent
Signed-off-by: Kory Maincent --- cmd/pxe_utils.c | 4 include/command.h | 2 ++ 2 files changed, 6 insertions(+) diff --git a/cmd/pxe_utils.c b/cmd/pxe_utils.c index 53af04d7dc..deaedcf347 100644 --- a/cmd/pxe_utils.c +++ b/cmd/pxe_utils.c @@ -548,6 +548,10 @@ static int label_boot(cmd_tb