Add docs on how to update OpenCore

This commit is contained in:
Mykola Grymalyuk
2021-04-06 12:17:50 -06:00
parent 1b6d29d19b
commit e715970b63
6 changed files with 28 additions and 7 deletions

View File

@@ -257,11 +257,9 @@ class BuildOpenCore:
# Exfat check
if self.model in ModelArray.NoExFat:
print("- Adding ExFatDxeLegacy.efi")
exfat = "ExFatDxeLegacy.efi"
shutil.copy(self.constants.exfat_legacy_driver_path, self.constants.drivers_path)
self.config["UEFI"]["Drivers"] += ["ExFatDxeLegacy.efi"]
# Add UGA to GOP layer
if self.model in ModelArray.UGAtoGOP:
print("- Adding UGA to GOP Patch")