1
0

distribution.xml.dist 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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="saltstack.png"
  16. mime-type="image/png"
  17. scaling="proportional" />
  18. <!-- Define documents displayed at various steps -->
  19. <welcome file="welcome@PY2@.rtf"
  20. mime-type="text/rtf" />
  21. <license file="license.rtf"
  22. mime-type="text/rtf" />
  23. <conclusion file="conclusion.rtf"
  24. mime-type="text/rtf" />
  25. <!-- List all component packages -->
  26. <pkg-ref id="com.saltstack.salt"
  27. version="@VERSION@"
  28. auth="root">salt-src-@VERSION@-py@PYVER@-@CPUARCH@.pkg</pkg-ref>
  29. <!-- List them again here. They can now be organized
  30. as a hierarchy if you want. -->
  31. <choices-outline>
  32. <line choice="com.saltstack.salt" />
  33. </choices-outline>
  34. <!-- Define each choice above -->
  35. <choice id="com.saltstack.salt"
  36. visible="false"
  37. title="@TITLE@"
  38. description="@DESC@"
  39. start_selected="true">
  40. <pkg-ref id="com.saltstack.salt" />
  41. </choice>
  42. </installer-gui-script>