会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Viator42
以实现需求为目的,崇尚最简解决方案.
博客园
首页
新随笔
联系
订阅
管理
2013年9月26日
CentOS6 PEX自动化安装
摘要: PXE无人值守安装 需要的软件包: httpd tftp tftp-server dhcp 1.将安装光盘复制到/var/www/html,确保可通过网络访问. 2.service xinetd start 启动守护进程 chkconfig xinetd on 3.vim /etc/xinetd.d/tftp tftp配置文件记录了共享目录位置 server-args = -s /var/lib/tftpboot 启用tftp disable ...
阅读全文
posted @ 2013-09-26 17:51 V42
阅读(508)
评论(0)
推荐(0)
编辑