After using Deploy Studio for a few years and it effectively being made redundant I have come across MDS.
I have a few questions.
-
I created a Volume with all the items in like your video guide but the workflow doesn’t start when in the recovery I had to manually mount the USB drive in Terminal and execute the run script, should it execute automatically?
-
from the above I now created a bootable volume but can I copy all the resources to the bootable volume rather than launching from the recovery partition?
-
I have 2 certificates that need to be installed (Proxy Certificates) now I have the code I can run in a script which I can already confirm runs as part if the MDS but I have no idea where or how to copy the certificates as part of the OSX installation so I can point the script to them and install, hope this makes sense. Below is the line of code I used to run in deploy studio.
echo “Installing ZscalerRootCertificate-2048.crt”
security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain /Volumes/Macintosh\ HD/etc/deploystudio/ds_files/ZscalerRootCertificate-2048.crt
Any help would be much appreciated as I try out this tool and see whether it suits our environment.