Skip to content

Commit

Permalink
Remove redundant hibernation patch
Browse files Browse the repository at this point in the history
  • Loading branch information
khronokernel committed Mar 6, 2021
1 parent a7ebf72 commit 00a1e23
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Resources/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,6 @@ def build_efi(self):
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"
Expand Down

0 comments on commit 00a1e23

Please sign in to comment.