1
0

distribution.xml.dist 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="utf-8" standalone="no"?>
  2. <installer-gui-script minSpecVersion="2">
  3. <title>@TITLE@</title>
  4. <organization>com.saltstack.salt</organization>
  5. <!-- Define minimum system requirements -->
  6. <volume-check>
  7. <allowed-os-versions>
  8. <os-version min="10.9" />
  9. </allowed-os-versions>
  10. </volume-check>
  11. <options rootVolumeOnly="true"
  12. hostArchitectures="@CPUARCH@" />
  13. <domains enable_localSystem="true" />
  14. <!-- Define background image -->
  15. <background file="logo.png"
  16. mime-type="image/png"
  17. scaling="proportional"
  18. alignment="bottomleft" />
  19. <!-- Define documents displayed at various steps -->
  20. <welcome file="welcome.rtf"
  21. mime-type="text/rtf" />
  22. <license file="license.rtf"
  23. mime-type="text/rtf" />
  24. <conclusion file="conclusion.rtf"
  25. mime-type="text/rtf" />
  26. <!-- List all component packages -->
  27. <pkg-ref id="com.saltstack.salt"
  28. version="@VERSION@"
  29. auth="root">salt-src-@VERSION@-py3-@CPUARCH@.pkg</pkg-ref>
  30. <!-- List them again here. They can now be organized
  31. as a hierarchy if you want. -->
  32. <choices-outline>
  33. <line choice="com.saltstack.salt" />
  34. </choices-outline>
  35. <!-- Define each choice above -->
  36. <choice id="com.saltstack.salt"
  37. visible="false"
  38. title="@TITLE@"
  39. description="@DESC@"
  40. start_selected="true">
  41. <pkg-ref id="com.saltstack.salt" />
  42. </choice>
  43. </installer-gui-script>