Re: [PATCH v6 1/6] efi_loader: menu-driven addition of UEFI boot option

2022-06-13 Thread Masahisa Kojima
Hi Akashi-san, On Mon, 6 Jun 2022 at 09:39, Masahisa Kojima wrote: > > On Wed, 25 May 2022 at 10:39, Takahiro Akashi > wrote: > > > > On Mon, May 16, 2022 at 08:00:37PM +0900, Masahisa Kojima wrote: > > > This commit supports the menu-driven UEFI boot option addition. > > > User can select the

Re: [PATCH v6 1/6] efi_loader: menu-driven addition of UEFI boot option

2022-06-05 Thread Masahisa Kojima
On Thu, 26 May 2022 at 16:38, Heinrich Schuchardt wrote: > > On 5/25/22 03:38, Takahiro Akashi wrote: > > On Mon, May 16, 2022 at 08:00:37PM +0900, Masahisa Kojima wrote: > >> This commit supports the menu-driven UEFI boot option addition. > >> User can select the block device volume having > >>

Re: [PATCH v6 1/6] efi_loader: menu-driven addition of UEFI boot option

2022-06-05 Thread Masahisa Kojima
On Wed, 25 May 2022 at 10:39, Takahiro Akashi wrote: > > On Mon, May 16, 2022 at 08:00:37PM +0900, Masahisa Kojima wrote: > > This commit supports the menu-driven UEFI boot option addition. > > User can select the block device volume having > > efi_simple_file_system_protocol and select the file

Re: [PATCH v6 1/6] efi_loader: menu-driven addition of UEFI boot option

2022-05-26 Thread Heinrich Schuchardt
On 5/25/22 03:38, Takahiro Akashi wrote: On Mon, May 16, 2022 at 08:00:37PM +0900, Masahisa Kojima wrote: This commit supports the menu-driven UEFI boot option addition. User can select the block device volume having efi_simple_file_system_protocol and select the file corresponding to the

Re: [PATCH v6 1/6] efi_loader: menu-driven addition of UEFI boot option

2022-05-24 Thread Takahiro Akashi
On Mon, May 16, 2022 at 08:00:37PM +0900, Masahisa Kojima wrote: > This commit supports the menu-driven UEFI boot option addition. > User can select the block device volume having > efi_simple_file_system_protocol and select the file corresponding > to the Boot variable. Then user enter the

[PATCH v6 1/6] efi_loader: menu-driven addition of UEFI boot option

2022-05-16 Thread Masahisa Kojima
This commit supports the menu-driven UEFI boot option addition. User can select the block device volume having efi_simple_file_system_protocol and select the file corresponding to the Boot variable. Then user enter the label of the BOOT variable in utf8. Signed-off-by: Masahisa Kojima