mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 14:10:51 +10:00
Swap for DiscardHibernateMap
This commit is contained in:
+4
-3
@@ -190,9 +190,10 @@ class BuildOpenCore:
|
|||||||
print("- Adding OpenCanopy GUI")
|
print("- Adding OpenCanopy GUI")
|
||||||
shutil.rmtree(self.constants.resources_path, onerror=rmtree_handler)
|
shutil.rmtree(self.constants.resources_path, onerror=rmtree_handler)
|
||||||
shutil.copy(self.constants.gui_path, self.constants.oc_folder)
|
shutil.copy(self.constants.gui_path, self.constants.oc_folder)
|
||||||
#self.config["UEFI"]["Drivers"] = ["OpenCanopy.efi", "OpenRuntime.efi"]
|
self.config["UEFI"]["Drivers"] = ["OpenCanopy.efi", "OpenRuntime.efi"]
|
||||||
self.config["UEFI"]["Drivers"] = ["OpenCanopy.efi"]
|
#self.config["UEFI"]["Drivers"] = ["OpenCanopy.efi"]
|
||||||
self.config["UEFI"]["Quirks"]["RequestBootVarRouting"] = False
|
#self.config["UEFI"]["Quirks"]["RequestBootVarRouting"] = False
|
||||||
|
self.config["Booter"]["Quirks"]["DiscardHibernateMap"] = True
|
||||||
|
|
||||||
|
|
||||||
def set_smbios(self):
|
def set_smbios(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user