Network Locations
mkdir /mnt/dvdmount -o context=system_u:object_r:httpd_sys_content_t:s0 /dev/dvd /mnt/dvdmount -ro loop,context=system_u:object_r:httpd_sys_content_t:s0 /path/to/image.iso /mnt/dvdIf SELinux enabled, use the default label
iso9660_t label instead of httpd_sys_content_t.
/etc/exports and add the following line to it:
/mnt/dvd *(ro,async)
systemctl start rpcbindsystemctl start nfs
yum to install the Apache web server if it is not already installed:
yum -y install httpdln -s /mnt/dvd /var/www/html/distro