Swap for DiscardHibernateMap

This commit is contained in:
Mykola Grymalyuk
2021-03-04 09:00:45 -07:00
parent d78e5eaa90
commit 7c3557ec46

View File

@@ -190,9 +190,10 @@ class BuildOpenCore:
print("- Adding OpenCanopy GUI")
shutil.rmtree(self.constants.resources_path, onerror=rmtree_handler)
shutil.copy(self.constants.gui_path, self.constants.oc_folder)
#self.config["UEFI"]["Drivers"] = ["OpenCanopy.efi", "OpenRuntime.efi"]
self.config["UEFI"]["Drivers"] = ["OpenCanopy.efi"]
self.config["UEFI"]["Quirks"]["RequestBootVarRouting"] = False
self.config["UEFI"]["Drivers"] = ["OpenCanopy.efi", "OpenRuntime.efi"]
#self.config["UEFI"]["Drivers"] = ["OpenCanopy.efi"]
#self.config["UEFI"]["Quirks"]["RequestBootVarRouting"] = False
self.config["Booter"]["Quirks"]["DiscardHibernateMap"] = True
def set_smbios(self):