mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-23 11:35:19 +01:00
Filter out OpenRuntime from efi drivers, to allow linux boot.
This commit is contained in:
parent
641b75e9eb
commit
2fddd11e16
@ -1671,6 +1671,9 @@ static void ScanDriverDir(IN CONST CHAR16 *Path, OUT EFI_HANDLE **DriversToConne
|
||||
if ( LStringW(DirEntry->FileName).containsIC("AptioMemoryFix") ) {
|
||||
continue;
|
||||
}
|
||||
if ( LStringW(DirEntry->FileName).containsIC("OpenRuntime") ) {
|
||||
continue;
|
||||
}
|
||||
{
|
||||
size_t i;
|
||||
// either AptioMem, AptioFix* or LowMemFix exclusively
|
||||
|
Loading…
Reference in New Issue
Block a user