Up through OS X 10.11.1 I have been able see the log files being run. Now after creating a 10.11.2 image with AUTODMG using same method as all of the previous, it is hidden behind an Apple loading screen. It's using the exact same imagr_config.plist workflow. Is anyone else experiencing this? Everything works fine, its just handy to be able to view what's going on. Thanks.
--
You received this message because you are subscribed to the Google Groups "imagr-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to imagr-discus...@googlegroups.com.
To post to this group, send email to imagr-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/imagr-discuss/b8d1561d-6a6a-4281-8152-7b3cb48399a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/imagr-discuss/CAC-pfPDd1V2uQ2sMnKC6LkWLmL_Z-kCfq5fyCtzc02r1ydUQ0g%40mail.gmail.com.
<dict>
<key>name</key>
<string>Install OS X 10.11.2 El Capitan w/ Munki - 15DEC2015</string>
<key>description</key>
<string>Deploys a 10.11.2 image with Munki Tools and it's configuration.</string>
<key>restart_action</key>
<string>restart</string>
<key>components</key>
<array>
<dict>
<key>type</key>
<string>image</string>
<key>url</key>
<string>http://url/image/osx_custom_151215-10.11.2-15C50.hfs.dmg</string>
</dict>
<dict>
<key>type</key>
<string>computer_name</string>
</dict>
<dict>
<key>type</key>
<string>package</string>
<key>url</key>
<string>http://url/munkitools-2.4.0.2561.pkg</string>
<key>first_boot</key>
<false/>
</dict>
<dict>
<key>type</key>
<string>script</string>
<key>url</key>
<string>http://url/image/start.sh</string>
<key>first_boot</key>
<false/>
</dict>
<dict>
<key>type</key>
<string>script</string>
<key>url</key>
<string>http://url/image/finish.sh</string>
<key>first_boot</key>
<true/>
</dict>
</array>
</dict>
To view this discussion on the web visit https://groups.google.com/d/msgid/imagr-discuss/0751a197-2230-4420-a2bc-4177637ceceb%40googlegroups.com.