yum install dhcp*
yum install tftp*
yum install http*
dhcp 配置文件位置
/etc/dhcp/dhcpd.conf
tftp 配置文件位置
/etc/xinetd.d/tftp
http 配置文件位置
/etc/httpd/conf/httpd.conf
============================================================
Pxe目录结构
[root@cluster tftpboot]# pwd
/tftpboot
[root@cluster tftpboot]# tree -L 2
.
├── anaconda-ks.cfg
├── centos64
│ ├── CentOS_BuildTag
│ ├── EFI
│ ├── EULA
│ ├── GPL
│ ├── images
│ ├── isolinux
│ ├── Packages
│ ├── RELEASE-NOTES-en-US.html
│ ├── repodata
│ ├── RPM-GPG-KEY-CentOS-6
│ ├── RPM-GPG-KEY-CentOS-Debug-6
│ ├── RPM-GPG-KEY-CentOS-Security-6
│ ├── RPM-GPG-KEY-CentOS-Testing-6
│ └── TRANS.TBL
├── initrd.img
├── pxelinux.0
├── pxelinux.cfg
│ └── default
└── vmlinuz
7 directories, 14 files
[root@cluster tftpboot]#
阅读(1451) | 评论(0) | 转发(0) |