Skip to content
Ken Dalenberg edited this page Feb 26, 2020 · 3 revisions

This first page is for important notes learned the hard way from newbies such as myself.

The Payload folder It's not listed on the readme anywhere, but if you want to put a file/script in a specific location on a mac, you create the folder structure under your project folder/payload

I.E: If you want a script to be in /usr/local/outset/login-once, your project folder would have this: payload/usr/local/outset/login-once/

After you package up the installer, and run int on the client machine, your script ends up in /usr/local/outset/login-once

The objective I was trying to setup when I discovered this was using Munki to push a custom bash script that sets up the mac doc on the user's first login with a default set of stuff instead of all the other stuff they put there by default.

The way to do that is use autopkg to add outset to the munki repo and push that to clients. Then you push the package generated by munki-pkg and when a new user logs in their dock is setup with what I planned.

Clone this wiki locally