Hello,
It's not clear where in the pllist I should put these lines:
<dict>
<key>type</key>
<string>partition</string>
<key>map</key>
<string>GPTFormat</string>
<key>partitions</key>
<array>
<dict>
<key>format_type</key>
<string>Journaled HFS+</string>
<key>name</key>
<string>Macintosh HD</string>
<key>size</key>
<string>100%</string>
<key>target</key>
<true/>
</dict>
</array>
</dict>
If I insert these lines right before the 'startosinstall' section, my workflow components that install packages upon first boot seem to be ignored.
It would be nice to have a 'startosinstall' workflow plist with drive formating, localisation, etc in the wiki for High Sierra installation.
Thank You!