Skip to content

Processor DmgCreator

github-actions edited this page Dec 6, 2022 · 5 revisions

DmgCreator

NOTE: This page is automatically generated by GitHub Actions when a new release is tagged.
Updates to the information on this page should be submitted as pull requests to the AutoPkg repository. Processors are located here.

Description

Creates a disk image from a directory.

Input Variables

  • dmg_root:
    • required: True
    • description: Directory that will be copied to a disk image.
  • dmg_path:
    • required: True
    • description: The dmg to be created.
  • dmg_format:
    • required: False
    • description: The dmg format. Defaults to UDZO.
  • dmg_filesystem:
    • required: False
    • description: The dmg filesystem. Defaults to HFS+.
  • dmg_zlib_level:
    • required: False
    • description: Compression level between '1' and '9' to use when using UDZO. Defaults to '5', a point beyond which very little space savings is gained.
  • dmg_megabytes:
    • required: False
    • description: Value to set for the '-megabytes' option, useful as a workaround when hdiutil cannot accurately estimate the required size for the dmg before compression. Not normally required, and the option will not be used if this variable is not defined.

Output Variables

Table of Contents

Clone this wiki locally