Skip to content

Processor InstallFromDMG

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

InstallFromDMG

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

Calls autopkginstalld to copy items from a disk image to the root filesystem.

Input Variables

  • dmg_path:
    • required: True
    • description: Path to the disk image.
  • items_to_copy:
    • required: True
    • description: Array of dictionaries describing what is to be copied. Each item should contain 'source_item' and 'destination_path', and may optionally include: 'destination_item' to rename the item on copy, and 'user', 'group' and 'mode' to explicitly set those items.
  • download_changed:
    • required: False
    • description: download_changed is set by the URLDownloader processor to indicate that a new file was downloaded. If this key is set in the environment and is False or empty the installation will be skipped.

Output Variables

  • install_result:
    • description: Result of install request.
  • install_from_dmg_summary_result:
    • description: Description of interesting results.

Table of Contents

Clone this wiki locally