yum -y whatprovides /usr/bin/命令名称
yum -y vim setuptool wget
1、安装yum源
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
rpm -ivh epel-release-6-8.noarch.rpm
2、安装必要服务
yum install -y dhcp tftp rsync xinetd httpd
3、关闭selinux
sed -i 's/SELINUX\=enforcing/SELINUX\=disabled/' /etc/sysconfig/selinux
4、cobbler安装配置
yum -y install cobbler