Hello, I am a registered MDS user and I bought two MDS Automators. Is it possible to configure MDS Automator to boot the workflow from a disk image via http, https, afp or smb ?.
Thanks,
Hello, I am a registered MDS user and I bought two MDS Automators. Is it possible to configure MDS Automator to boot the workflow from a disk image via http, https, afp or smb ?.
Thanks,
definitely. this is MDS admin guide:
/Volumes/mds/run
hdiutil mount http://imac.local/mds/MDSDiskImage.dmg && /Volumes/MacDeployStickResources/run
mkdir /tmp/mnt && mount_smbfs smb://guest@imac.local/Shared /tmp/mnt && hdiutil mount /tmp/mnt/mds/MDSDiskImage.dmg && /Volumes/MacDeployStickResources/run
Thank you very and sorry.
Glad I could help and glad it is was already documented. Have a great day!
tim