Re: [RFC PATCH v3 2/2] bootmenu: add UEFI and disto_boot entries

2022-03-09 Thread Ilias Apalodimas
[...] > > > + command = calloc(1, command_size); > > > + if (!command) { > > > + free(entry->title); > > > + free(load_option); > > > + free(entry); > > > +

Re: [RFC PATCH v3 2/2] bootmenu: add UEFI and disto_boot entries

2022-03-09 Thread Masahisa Kojima
On Thu, 10 Mar 2022 at 11:42, Takahiro Akashi wrote: > > On Thu, Mar 10, 2022 at 10:50:57AM +0900, Takahiro Akashi wrote: > > On Wed, Mar 09, 2022 at 04:34:42PM +0200, Ilias Apalodimas wrote: > > > Hi Kojima-san > > > > > > On Tue, Mar 08, 2022 at 11:07:45PM +0900, Masahisa Kojima wrote: > > > >

Re: [RFC PATCH v3 2/2] bootmenu: add UEFI and disto_boot entries

2022-03-09 Thread Masahisa Kojima
Hi Ilias, On Wed, 9 Mar 2022 at 23:34, Ilias Apalodimas wrote: > > Hi Kojima-san > > On Tue, Mar 08, 2022 at 11:07:45PM +0900, Masahisa Kojima wrote: > > This commit adds the UEFI related menu entries and > > distro_boot entries into the bootmenu. > > > > For UEFI, user can select which UEFI

Re: [RFC PATCH v3 2/2] bootmenu: add UEFI and disto_boot entries

2022-03-09 Thread Takahiro Akashi
On Thu, Mar 10, 2022 at 10:50:57AM +0900, Takahiro Akashi wrote: > On Wed, Mar 09, 2022 at 04:34:42PM +0200, Ilias Apalodimas wrote: > > Hi Kojima-san > > > > On Tue, Mar 08, 2022 at 11:07:45PM +0900, Masahisa Kojima wrote: > > > This commit adds the UEFI related menu entries and > > >

Re: [RFC PATCH v3 2/2] bootmenu: add UEFI and disto_boot entries

2022-03-09 Thread Takahiro Akashi
On Wed, Mar 09, 2022 at 04:34:42PM +0200, Ilias Apalodimas wrote: > Hi Kojima-san > > On Tue, Mar 08, 2022 at 11:07:45PM +0900, Masahisa Kojima wrote: > > This commit adds the UEFI related menu entries and > > distro_boot entries into the bootmenu. > > > > For UEFI, user can select which UEFI

Re: [RFC PATCH v3 2/2] bootmenu: add UEFI and disto_boot entries

2022-03-09 Thread Ilias Apalodimas
Hi Kojima-san On Tue, Mar 08, 2022 at 11:07:45PM +0900, Masahisa Kojima wrote: > This commit adds the UEFI related menu entries and > distro_boot entries into the bootmenu. > > For UEFI, user can select which UEFI "Boot" option > to execute, call UEFI bootmgr and UEFI boot variable >

[RFC PATCH v3 2/2] bootmenu: add UEFI and disto_boot entries

2022-03-08 Thread Masahisa Kojima
This commit adds the UEFI related menu entries and distro_boot entries into the bootmenu. For UEFI, user can select which UEFI "Boot" option to execute, call UEFI bootmgr and UEFI boot variable maintenance menu. UEFI bootmgr entry is required to correctly handle "BootNext" variable. For