1. cd /etc/yum.repos.d/

  2. touch test.repo

  3. vim test.repo

  4. [test]

  5. name=test

  6. baseurl=file://  ftp://ip/  http:// 

  7. enabled=0|1   1为开机可用

  8. gpgcheck=0|1 1为启动检查 0相反