运用pxe安装虚拟机:
需要的服务: dhcp , tftp-server , httpd ,system-config-kickstart ,syslinux
dhcp用来分配ip
tftp提供tftp协议
http用来共享安装源
system-config-kickstart为自动应答脚本制作工具
syslinux 用来获得pxelinux.0文件安装包
步骤:
1.挂载镜像
建立共享目录: mkdir /var/www/html/rhel7.2
挂载镜像文件到共享目录上
mount /iso/rhel-server-7.2-x86_64-dvd.iso/var/www/html/rhel7.2
配置源指向:
在进行配置之前: 删除/etc/yum.repos.d/下的文件,以免造成影响
vim /etc/yum.repos.d/rhel7.2.repo
[rhel7.2]
name=rhel7.2
baseurl=http://192.168.1.102/rhel7.2
gpgcheck=0