[cobbler] Complete path for a cobbler import of 7.4.1708 for x86_65.

2018-01-20 Thread Chris Johnson
Trying to find the complete path for cobbler import of an rsync, or whatever works, for CentOS 7.4 of the x86_64 architecture.  All the mirrors I've tried simply don't have one.  There is no x86_64 subtree.  Does anyone have a complete path specification?  And why isn't it the mirrors? Thank

[cobbler] Re: Complete path for a cobbler import of 7.4.1708 for x86_65.

2018-01-20 Thread Locane
If all you want to do is important CentOS 7.4 to cobbler, then all you need to do is mount the DVD to a directory and cd to it, then: cobbler import --name "centos_7.4" --path `pwd` If I remember right, Cobbler import fails silently if you don't give it a name and an import path. If all you

[cobbler] Re: Complete path for a cobbler import of 7.4.1708 for x86_65.

2018-01-20 Thread bishop
Hey Chris, I have a machine that does devops-by-rpm/makefile, but here's the meat of it: > /usr/bin/cobbler repo add \ > --name centos7-os-x86_64 \ > --arch x86_64 \ > --mirror rsync://mirrors.kernel.org/centos/7/os/x86_64 \ > --breed rsync > cobbler distro add \ >