Re: [PATCH 04/16] part: detect EFI system partition

2020-03-27 Thread Heinrich Schuchardt
On 3/27/20 7:35 AM, Punit Agrawal wrote: Hi Heinrich, Heinrich Schuchardt writes: 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 sepa

Re: [PATCH 04/16] part: detect EFI system partition

2020-03-26 Thread Punit Agrawal
Hi Heinrich, Heinrich Schuchardt writes: > 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 sy

[PATCH 04/16] part: detect EFI system partition

2020-03-26 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