Overview: Install image mode for Red Hat Enterprise Linux using kickstart
We used to create a layered image that can be deployed, and there are several ways that it can be installed on a host. We can use RHEL’s installer to kickstart a bare metal system (deploy via USB, PXE, etc.). Note that once this container is “installed,” future updates will apply directly from the container registry as they are published. So, the installation process only happens once.
This guide details the step-by-step process for installing software using Kickstart, a popular method for bare-metal deployments via ISO, PXE, or USB drives. A basic understanding of Kickstart is assumed.