新手笔记-tftp与yum

  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安装(*^__^*) 嘻嘻.....

posted @ 2014-10-16 18:29  Qt小罗  阅读(316)  评论(0编辑  收藏  举报