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

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

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

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