Download the ISO and prepare it for use

After creating the ISO, you must download it and prepare it for use.

Procedure
  1. Download the ISO using the ID by running the following command:

    $ sudo composer-cli compose image ${BUILDID}
  2. Change the ownership of the downloaded container image to the current user by running the following command:

    $ sudo chown $(whoami). ${BUILDID}-installer.iso
  3. Add read permissions for the current user to the image by running the following command:

    $ sudo chmod a+r ${BUILDID}-installer.iso
Next steps
  • Provision a virtual machine with a Kickstart file.