Disable OpenRuntime.efi

This commit is contained in:
Mykola Grymalyuk
2021-03-04 08:42:00 -07:00
parent 37c1c30a2a
commit 66fdbe00b0
+2 -1
View File
@@ -190,7 +190,8 @@ class BuildOpenCore:
print("- Adding OpenCanopy GUI")
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"]
#self.config["UEFI"]["Drivers"] = ["OpenCanopy.efi", "OpenRuntime.efi"]
self.config["UEFI"]["Drivers"] = ["OpenCanopy.efi"]
def set_smbios(self):
spoofed_model = self.model