Sync changelog

This commit is contained in:
Mykola Grymalyuk
2022-04-21 11:53:30 -06:00
parent bc1cdb16f5
commit 6537119632
2 changed files with 14 additions and 2 deletions
+3 -1
View File
@@ -867,7 +867,9 @@ class BuildOpenCore:
print("- Adding ipc_control_port_options=0 to boot-args")
self.config["NVRAM"]["Add"]["7C436110-AB2A-4BBB-A880-FE41995C9F82"]["boot-args"] += " ipc_control_port_options=0"
# Adds AutoPkgInstaller for Automatic OpenCore-Patcher installation
self.enable_kext("AutoPkgInstaller.kext", self.constants.autopkg_version, self.constants.autopkg_path)
# Only install if running the GUI (OCLP-Install.pkg requires the GUI)
if self.constants.wxpython_variant is True:
self.enable_kext("AutoPkgInstaller.kext", self.constants.autopkg_version, self.constants.autopkg_path)
if self.constants.custom_sip_value:
print(f"- Setting SIP value to: {self.constants.custom_sip_value}")
self.config["NVRAM"]["Add"]["7C436110-AB2A-4BBB-A880-FE41995C9F82"]["csr-active-config"] = utilities.string_to_hex(self.constants.custom_sip_value.lstrip("0x"))