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

2021-01-31 Thread Bin Meng
Hi Kory, On Thu, Jan 21, 2021 at 11:01 AM Bin Meng wrote: > > On Sat, Dec 26, 2020 at 5:25 AM Kory Maincent > wrote: > > > > Add "zboot" command to the list of supported boot in the label_boot > > function. > > > > Signed-off-by: Kory Maincent > > --- > > > > Change since v1: > > - Modify co

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

2021-01-20 Thread Bin Meng
On Sat, Dec 26, 2020 at 5:25 AM Kory Maincent wrote: > > Add "zboot" command to the list of supported boot in the label_boot function. > > Signed-off-by: Kory Maincent > --- > > Change since v1: > - Modify comment > > cmd/pxe_utils.c | 4 > include/command.h | 2 ++ > 2 files changed, 6