Remove boot arguments to disable external and internal GPUs

This commit is contained in:
Hoang Hong Quan
2024-10-11 14:28:59 +07:00
parent 5fd99cf145
commit 11dac00fe2
2 changed files with 4 additions and 10 deletions

View File

@@ -101,7 +101,7 @@ class OCPE:
if not config_data:
raise Exception("Error: The file {} does not exist.".format(config_file))
self.co.genarate(hardware_report, unsupported_devices, smbios_model, macos_version, self.k.kexts, config_data)
self.co.genarate(hardware_report, smbios_model, macos_version, self.k.kexts, config_data)
print("Done")
print("3. Apply ACPI patches...", end=" ")
self.ac.hardware_report = hardware_report