Re: [PATCH v2 1/2] part: detect EFI system partition

2020-04-13 Thread Heinrich Schuchardt
Am April 14, 2020 5:31:25 AM UTC schrieb AKASHI Takahiro : >Heinrich, > >On Sun, Apr 05, 2020 at 11:28:17AM +0200, Heinrich Schuchardt wrote: >> Up to now for MBR and GPT partitions the info field 'bootable' was >set to 1 >> if either the partition was an EFI system partition or the bootable >flag

Re: [PATCH v2 1/2] part: detect EFI system partition

2020-04-13 Thread AKASHI Takahiro
Heinrich, On Sun, Apr 05, 2020 at 11:28:17AM +0200, Heinrich Schuchardt wrote: > Up to now for MBR and GPT partitions the info field 'bootable' was set to 1 > if either the partition was an EFI system partition or the bootable flag > was set. > > Turn info field 'bootable' into a bit mask with se

[PATCH v2 1/2] part: detect EFI system partition

2020-04-05 Thread Heinrich Schuchardt
Up to now for MBR and GPT partitions the info field 'bootable' was set to 1 if either the partition was an EFI system partition or the bootable flag was set. Turn info field 'bootable' into a bit mask with separate bits for bootable and EFI system partition. This will allow us to identify the EFI