You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
I feel it is a defect that /QOpenSys/etc/yum/repos.d is not included as part of the "minimal" chroot setup.
If yum is installed into the new chroot, yum will fail inside the chroot with:
There are no enabled repos.
Run "yum repolist all" to see the repos you have.
You can enable repos with yum-config-manager --enable <repo>
Assigning to @aaronbartell to comment on whether this is truly a defect or not, or if this is by design
Original report by Jesse G (Bitbucket: ThePrez, GitHub: ThePrez).
I feel it is a defect that
/QOpenSys/etc/yum/repos.dis not included as part of the "minimal" chroot setup.If yum is installed into the new chroot, yum will fail inside the chroot with:
Assigning to @aaronbartell to comment on whether this is truly a defect or not, or if this is by design