Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在创建一个构建脚本来自动化 PackageMaker 以安装 kext,但是我看不到需要重新启动的命令行选项。有人知道该怎么做吗?
您需要在包的分发文件中提供以下属性。
<pkg-ref ...... onConclusion="RequireRestart"> ...... </pkg-ref>
有关该属性的更多详细信息:onConclusion
可选属性。指定安装完成后要执行的操作。值,从最低到最高:
None (default), RequireLogout, RequireRestart, or RequireShutdown.
安装程序从所有启用的包中获取最高值,并需要相关的操作。