Creating DVD Image dump for NFS/FTP Installation
1> cd DVD
2>cp -av /var/ftp/pub
Create Local Repository for Updating using Yum
1>cd /var/ftp/pub/Server
2>cd /repodata
3>createrepo -v /var/ftp/pub/Server
Client side repository creation:
1>vi /etc/yum.repos.d/base.repo
2>configure as follows:
[base]
name=Server Software
baseurl=ftp://192.168.0.254/pub/Server
enabled=1
gpgcheck=0