I'm working on a procedure for installing RHEL Atomic on Azure. As part of that, I want to install the WALinuxAgent RPM package, which is in the rhel-7-server-extras-rpms repository. That repository is not enabled by default. What I did was:
$ sudo atomic unlock $ sudo vi /etc/yum.repos.d/redhat.repo (and manually enabled the repo) $ sudo atomic install WALinuxAgent My questions is, is there a tool for enabling repos in Atomic (yum and yum-config-manager aren't there) or is editing .repo files the way to do that? ------------- Chris Negus Red Hat Principal Technical Writer RHCA, RHCI, RHCX, RHCE Author of the Linux Bible, 9th Edition http://amzn.to/1IBA7NF