On 2016-01-09 06:50, Bent Terp wrote:
Hi,
this may be a deliberate choice but I can't really figure out why one would make that decision...
[centos@atomic ~]$ sudo yum update sudo: yum: command not found [centos@atomic ~]$ rpm -ql yum | grep bin /usr/bin/yum [centos@atomic ~]$ ls -l /usr/bin/yum ls: cannot access /usr/bin/yum: No such file or directory [centos@atomic ~]$
I used the latest http://cloud.centos.org/centos/7/atomic/images/CentOS-Atomic-Host-7-GenericC... in an RDO deploy. I don't experience the same issue with the regular image only with the Atomic.
regards, Bent
Hi Ben,
This is normal. Atomic uses rpm-ostree[1] to bring in all the updates at once.
Regards, Vincent