Remove redundant hibernation patch

This commit is contained in:
Mykola Grymalyuk
2021-03-06 15:31:01 -07:00
parent a7ebf72d1b
commit 00a1e232b4

View File

@@ -192,8 +192,6 @@ class BuildOpenCore:
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"]
# Hibernation Patch
self.config["Booter"]["Quirks"]["DiscardHibernateMap"] = True
#DEBUG Settings
if self.constants.verbose_debug == True:
self.config["NVRAM"]["Add"]["7C436110-AB2A-4BBB-A880-FE41995C9F82"]["boot-args"] += " -v"