Below are the steps to configure a Kick
Start Server(192.168.0.254) ::1:: mkdir -p
/data/network-install/RPM mkdir
/data/network-install/kickstart/2:: copy entire DVD contents
cp -r /media/* /data/network-install/RPM/3:: configure httpd.conf
as below then start httpd service and verify
http://192.168.0.254/network-install/RPM/
NameVirtualHost 192.168.0.254<VirtualHost 192.168.0.254> ServerName 192.168.0.254
DocumentRoot /data/</VirtualHost><Directory
/data/network-install> ...