Adding RHEL DVD as Repository

Perform the next steps to add RHEL installation DVD as repository. Step 1: Create mount point and mount the DVD $ mkdir /mnt/rhel-dvd && mount -t iso9660 -o ro /dev/cdrom /mnt/rhel-dvd Step 2: Create RHEL repo list and call it ‘rhel-dvd.repo’ $ touch /etc/yum.repos.d/rhel-dvd.repo Step 3: Add the following config to ‘rhel-dvd.repo’ [rhel-dvd] name=Red Hat […]