mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 10:55:37 -04:00
[partition] Introduce function for checking various flag-combinations for ESP boot.
This commit is contained in:
parent
3ff68bce98
commit
94b6c95c44
2 changed files with 27 additions and 0 deletions
|
@ -67,6 +67,11 @@ OsproberEntryList runOsprober( PartitionCoreModule* core );
|
|||
*/
|
||||
bool isEfiSystem();
|
||||
|
||||
/**
|
||||
* @brief Is the given @p partition bootable in EFI? Depending on
|
||||
* the partition table layout, this may mean different flags.
|
||||
*/
|
||||
bool isEfiBootable( const Partition* candidate );
|
||||
}
|
||||
|
||||
#endif // PARTUTILS_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue