Download the ISO and prepare it for use
After creating the ISO, you must download it and prepare it for use.
Procedure
-
Download the ISO using the ID by running the following command:
$ sudo composer-cli compose image ${BUILDID} -
Change the ownership of the downloaded container image to the current user by running the following command:
$ sudo chown $(whoami). ${BUILDID}-installer.iso -
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.