PXE无人值守装机服务器部署
一、环境准备
centos7操作系统
kickstart、http、tftp-server、tftp、dhcp
二、安装准备
* 关闭本机的防火墙和selinux
systemctl stop firewalld
systemctl disable firewalld
sed -i 's/SELINUX=enforcing/SELINUX=disabled/g'
三、安装软件
yum -y install httpd dhcp tftp-server tftp syslinux
没有评论