Wednesday, April 9, 2014

RHEL Add Local DVD as Reporsitry

Touch /etc/yum.repose.d/rhe-dvd.repo
Add The following inside:

[rhel-dvd]
name=Red Hat Enterprise Linux $releasever - $basearch - DVD
baseurl=file:///mnt/dvdrom/
enabled=1
gpgcheck=0


/mnt/dvdrom supposed to be mount point of DVD

No comments: