How to Create Yum Repo
1.First unmount the disk #df -h#umount /media/RHEL… (whatever link it shows after df command>media section)#mount /dev/cdrom /mnt 2.reate a folder named pkg(it could be anything) under root #mkdir /pkg 3.Copy all files from iso...
