Jump to content
2 posts in this topic

Recommended Posts

I want to put each kext in /Extra/Extensions.

What exactly I need to do? I need to change the permission, something like this?

 

chmod -R 755 /Extra/Extensions

chown -R root:wheel /Extra/Extensions

 

Is this enough?

 

I don't use Kext Utility because I have more permissions problem after using it.

Thank you!

Link to comment
https://www.insanelymac.com/forum/topic/186948-extra-extensions-folder/
Share on other sites

chmod -R 755 /Extra/Extensions

chown -R root:wheel /Extra/Extensions

 

Is this enough?

It is. Also may do it like this

sudo -s
cd /Extra/Extensions
chmod -R 644 *.kext
chown -R root:wheel *.kext

Try OSX86Tools.

×
×
  • Create New...