You are creating a meta-package using munki-pkg or packagesbuild . You could use AutoPkg to generate autopkg-assets.pkg for the data portion of your install, then wrap it inside a distribution .pkg that also includes a preinstall script. The end-user never sees the name autopkg-assets.pkg because it is nested inside a master package.
$ pkgutil --expand autopkg-assets.pkg ./expand_assets $ ls ./expand_assets PackageInfo Payload Scripts autopkg-assets.pkg
When an MDM server is set up, it uses autopkg-assets.pkg to provide the necessary assets for device enrollment and configuration. Here's a high-level overview of the process: You are creating a meta-package using munki-pkg or
The autopkg-assets.pkg package plays a vital role in the Apple MDM ecosystem, offering several benefits: autopkg-assets.pkg
AutoPkg-Assets.pkg is a crucial support package used by the OpenCore Legacy Patcher (OCLP)