How can I force a Mac OS X kext to load prior to login?
Posted
by
wfaulk
on Super User
See other posts from Super User
or by wfaulk
Published on 2009-09-26T15:47:16Z
Indexed on
2011/01/17
9:55 UTC
Read the original article
Hit count: 299
I have a kext that I would like to be loaded at startup time. It doesn't need to be loaded particularly early in the process, but I would like it to be loaded before a user logs in.
The kext in question is InsomniaT, and, unlike a device driver, there is nothing that is automatically going to request that it be loaded into the kernel, so just putting it in /System/Library/Extensions won't do anything.
What's the best way to do this?
© Super User or respective owner