commit | 59a860df60e75a49f35a2283464be89ea90645a8 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Mar 19 13:49:34 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Apr 30 10:25:07 2020 +0200 |
tree | 11aa991de56aeb05cf0fea959c97ef6b70b1b7ed | |
parent | 6e35d3b7470b0b0b9c98b39f7eb0b459a0509128 [diff] |
part: detect EFI system partition 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 system partition in the UEFI sub-system. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>