我一直在尝试创建一个色度为埃佩尔-7使用模拟。按照这个链接:it/index.html我更改了我的.cfg文件。现在,当我要创建chroot时,我得到以下错误:
sudo ./create_chroot.sh epel-7
INFO: mock.py version 1.2.8 starting (python version = 2.7.8)...
Start: init plugins
INFO: selinux enabled
Finish: init plugins
Start: run
Start: clean chroot
Finish: clean chroot
Start: chroot init
INFO: calling preinit hooks
INFO: enabled root cache
INFO: enabled yum cache
Start: cleaning yum metadata
Finish: cleaning yum metadata
INFO: enabled ccache
Mock Version: 1.2.8
INFO: Mock Version: 1.2.8
Start: yum install
Error: Nothing to do
ERROR: Command failed. See logs for output.由于我已经在/etc/ made /*..cfg文件中进行了更改,所以我不知道为什么我仍然会收到这个错误。你能帮我弄清楚还需要做些什么吗?提亚
发布于 2015-06-04 05:35:35
究其原因,是因为没有正确配置repos。换了回收站一切都很好。谢谢。
https://stackoverflow.com/questions/30525727
复制相似问题