LEXUGE / oceanix

OpenCore bootloader manager with Nix
GNU General Public License v3.0
32 stars 1 forks source link

Selecting VirtualSMC and VodooI2C plugins #2

Closed JJTech0130 closed 1 year ago

JJTech0130 commented 1 year ago

Is there a way to select which plugins of VirtualSMC and VodooI2C are installed? I don't want to use them all.

LEXUGE commented 1 year ago

Yes, only plugins enabled will take affect. See https://github.com/LEXUGE/opencore-cfg/blob/main/modules/x1c7/Kernel.nix

JJTech0130 commented 1 year ago

Yes, I understand that, I just meant they're all copied into the EFI, using up unnecessary space.

LEXUGE commented 1 year ago

I deliberately did this to avoid unnecessary complexity in code. Practically, the disk usage is not a concern here. However, it could be optimized.

JJTech0130 commented 1 year ago

I guess that makes sense. It just offends my sensibilities to copy unnecessary files, just to disable them 🤣