在虚拟机中提前布置环境
dnf install httpd -y ----下载httpd systemctl enable --now httpd -----开启httpd systemctl disable --now firewalld ------关闭火墙 mkdir /var/www/html/westos_8 mount /dev/cdrom /var/www/html/westos_8 cp /root/anaconda-ks.cfg /var/www/html/westos.cfg vim /var/www/html/westos.cfg 修改以下内容
查看效果



