码迷,mamicode.com
首页 > 其他好文 > 详细

新手笔记-tftp与yum

时间:2014-10-16 20:50:43      阅读:239      评论:0      收藏:0      [点我收藏+]

标签:style   os   ar   sp   文件   art   on   linux   bs   

  1. lspci 查看pci插槽设备
  2. lsusb  查看USB设备
  3. tftp 配置文件 /etc/xinetd.d/tftp
  4. tftp 根目录 /var/lib/tftpboot
  5. service xinetd restart
  6. /etc/init.d/xinetd/   restart

yum(进入/yum目录,之前将光盘内容拷到此目录的)

  1. 安装 createrepo
  2. createrepo -p ./
  3. 进入 /etc/yum.repos.d 
  4. vim local.repo 写入:

      [base]

        name = linux 6

        baseurl = file:///yum

        gpgcheck=0

        enable=1

   yum install minicom安装(*^__^*) 嘻嘻.....

新手笔记-tftp与yum

标签:style   os   ar   sp   文件   art   on   linux   bs   

原文地址:http://www.cnblogs.com/luoxiang/p/4029458.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!