Add bootarg to allow all kexts to be loaded on unsupported OS versions

This commit is contained in:
Hoang Hong Quan
2024-09-11 04:53:28 +07:00
parent b98f0a96b9
commit 47387f6f30

View File

@@ -186,7 +186,7 @@ class ConfigProdigy:
if not "SURFACE" in motherboard_name and "I2C" in touchpad_communication:
boot_args.append("-vi2c-force-polling")
if macos_version > (23, 0, 0):
if "Beta" in os_data.get_macos_name_by_darwin(macos_version):
boot_args.append("-lilubetaall")
if "Discrete GPU" in unsupported_devices: