mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-22 11:00:16 +10:00
Remove redundant hibernation patch
This commit is contained in:
@@ -192,8 +192,6 @@ class BuildOpenCore:
|
|||||||
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"]
|
||||||
# Hibernation Patch
|
|
||||||
self.config["Booter"]["Quirks"]["DiscardHibernateMap"] = True
|
|
||||||
#DEBUG Settings
|
#DEBUG Settings
|
||||||
if self.constants.verbose_debug == True:
|
if self.constants.verbose_debug == True:
|
||||||
self.config["NVRAM"]["Add"]["7C436110-AB2A-4BBB-A880-FE41995C9F82"]["boot-args"] += " -v"
|
self.config["NVRAM"]["Add"]["7C436110-AB2A-4BBB-A880-FE41995C9F82"]["boot-args"] += " -v"
|
||||||
|
|||||||
Reference in New Issue
Block a user