Advertisement
Guest User

Untitled

a guest
Jun 5th, 2015
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.00 KB | None | 0 0
  1. # cat /disks/temp/etc/yum.repos.d/c7buildroot.repo
  2. [c7buildroot]
  3. name=c7buildroot
  4. baseurl=http://armv7.dev.centos.org/repodir/c7-buildroot/
  5. #baseurl=ftp://192.168.1.3/c7buildroot
  6. gpgcheck=0
  7. enabled=1
  8.  
  9. # cat /disks/temp/etc/yum.repos.d/c7pass1.repo
  10. [c7pass1]
  11. name=c7pass1
  12. baseurl=http://armv7.dev.centos.org/repodir/c7-pass-1/
  13. #baseurl=ftp://192.168.1.3/c7pass1/
  14. gpgcheck=0
  15. enabled=1
  16.  
  17. # yum --installroot=/disks/temp/ groupinstall @core
  18. There is no installed groups file.
  19. Maybe run: yum groups mark convert (see man yum)
  20. c7buildroot                                                 | 2.9 kB  00:00    
  21. c7pass1                                                     | 2.9 kB  00:00    
  22. (1/2): c7buildroot/primary_db                               | 2.3 MB  00:05    
  23. (2/2): c7pass1/primary_db                                   | 2.8 MB  00:09    
  24. Warning: group core does not exist.
  25. Maybe run: yum groups mark install (see man yum)
  26. Error: No packages in any requested group available to install or update
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement