This directory contains DVD images for air-gapped deployment.
These DVD images contain the complete repositories split into 4GB chunks for easy transfer to air-gapped environments.
# Mount the DVD image mount -o loop baseos-20250728.iso /mnt # Configure the local repository cat > /etc/yum.repos.d/local-dvd.repo << 'EOF' [dvd-baseos] name=RHEL 8 BaseOS DVD baseurl=file:///mnt enabled=1 gpgcheck=0 EOF # Clean and verify dnf clean all && dnf repolist