View Create a repository via the CD/DVD or ISO on Redhat based systems --Mounting the CD/DVD-- #mount -t iso9660 /dev/cdrom /media/cdrom (adapt this to your environement) --Mounting the ISO image-- #mount -o loop /path/to/file.iso /path/to/isodest (adapt this...Read More