From 00a1e232b4c41391fe3e45c18ea3ad1c0b46b90e Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Sat, 6 Mar 2021 15:31:01 -0700 Subject: [PATCH] Remove redundant hibernation patch --- Resources/build.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Resources/build.py b/Resources/build.py index 1dc2294c9..357ebe17a 100644 --- a/Resources/build.py +++ b/Resources/build.py @@ -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"