Chinaunix首页 | 论坛 | 博客
  • 博客访问: 39210
  • 博文数量: 12
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 131
  • 用 户 组: 普通用户
  • 注册时间: 2011-03-21 09:16
个人简介

如果我的能力只能让我穷困潦倒,那么穷困潦倒就是我的价值。

文章分类
文章存档

2015年(12)

我的朋友

分类: LINUX

2015-07-23 21:45:01

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]# 
阅读(1433) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~