Re: [PATCH v8 3/4] Boot var automatic management for removable medias

2023-06-07 Thread Raymond Mao
Hi Ilias, I will amend the note in the commit message and add a TODO into the function efi_disk_remove() according to our discussion in this email thread. Raymond On Wed, 7 Jun 2023 at 03:45, Ilias Apalodimas wrote: > > On Wed, 7 Jun 2023 at 10:27, AKASHI Takahiro > wrote: > > > > On Wed, Jun

Re: [PATCH v8 3/4] Boot var automatic management for removable medias

2023-06-07 Thread Ilias Apalodimas
On Wed, 7 Jun 2023 at 10:27, AKASHI Takahiro wrote: > > On Wed, Jun 07, 2023 at 10:00:37AM +0300, Ilias Apalodimas wrote: > > On Wed, 7 Jun 2023 at 09:52, AKASHI Takahiro > > wrote: > > > > > > On Wed, Jun 07, 2023 at 09:38:30AM +0300, Ilias Apalodimas wrote: > > > > On Wed, 7 Jun 2023 at 03:41,

Re: [PATCH v8 3/4] Boot var automatic management for removable medias

2023-06-07 Thread AKASHI Takahiro
On Wed, Jun 07, 2023 at 10:00:37AM +0300, Ilias Apalodimas wrote: > On Wed, 7 Jun 2023 at 09:52, AKASHI Takahiro > wrote: > > > > On Wed, Jun 07, 2023 at 09:38:30AM +0300, Ilias Apalodimas wrote: > > > On Wed, 7 Jun 2023 at 03:41, AKASHI Takahiro > > > wrote: > > > > > > > > On Tue, Jun 06, 202

Re: [PATCH v8 3/4] Boot var automatic management for removable medias

2023-06-07 Thread Ilias Apalodimas
On Wed, 7 Jun 2023 at 09:52, AKASHI Takahiro wrote: > > On Wed, Jun 07, 2023 at 09:38:30AM +0300, Ilias Apalodimas wrote: > > On Wed, 7 Jun 2023 at 03:41, AKASHI Takahiro > > wrote: > > > > > > On Tue, Jun 06, 2023 at 09:37:20AM -0700, Raymond Mao wrote: > > > > Changes for complying to EFI spec

Re: [PATCH v8 3/4] Boot var automatic management for removable medias

2023-06-06 Thread AKASHI Takahiro
On Wed, Jun 07, 2023 at 09:38:30AM +0300, Ilias Apalodimas wrote: > On Wed, 7 Jun 2023 at 03:41, AKASHI Takahiro > wrote: > > > > On Tue, Jun 06, 2023 at 09:37:20AM -0700, Raymond Mao wrote: > > > Changes for complying to EFI spec §3.5.1.1 > > > 'Removable Media Boot Behavior'. > > > Boot variabl

Re: [PATCH v8 3/4] Boot var automatic management for removable medias

2023-06-06 Thread Ilias Apalodimas
On Wed, 7 Jun 2023 at 03:41, AKASHI Takahiro wrote: > > On Tue, Jun 06, 2023 at 09:37:20AM -0700, Raymond Mao wrote: > > Changes for complying to EFI spec §3.5.1.1 > > 'Removable Media Boot Behavior'. > > Boot variables can be automatically generated during a removable > > media is probed. At the

Re: [PATCH v8 3/4] Boot var automatic management for removable medias

2023-06-06 Thread AKASHI Takahiro
On Tue, Jun 06, 2023 at 09:37:20AM -0700, Raymond Mao wrote: > Changes for complying to EFI spec §3.5.1.1 > 'Removable Media Boot Behavior'. > Boot variables can be automatically generated during a removable > media is probed. At the same time, unused boot variables will be > detected and removed.

[PATCH v8 3/4] Boot var automatic management for removable medias

2023-06-06 Thread Raymond Mao
Changes for complying to EFI spec §3.5.1.1 'Removable Media Boot Behavior'. Boot variables can be automatically generated during a removable media is probed. At the same time, unused boot variables will be detected and removed. Please note that currently the function 'efi_disk_remove' is being invo