Open Arcitec opened 1 year ago
To improve OS robustness, we'll need to move the repo configuration files in all uBlue projects from:
/etc/yum.repos.d/*.repo
To:
/usr/lib/yum.repos.d/*.repo
However, this is blocked until https://github.com/coreos/rpm-ostree/issues/4403 is available upstream, so this ticket is just a reminder.
Can we sym-link it for now? Does rpm-ostree look into directories under /etc/yum.repos.d/. For instance could we link /usr/lib/yum.repos.d/ to /etc/yum.repos.d/custom?
/etc/yum.repos.d/
/usr/lib/yum.repos.d/
/etc/yum.repos.d/custom
To improve OS robustness, we'll need to move the repo configuration files in all uBlue projects from:
To:
However, this is blocked until https://github.com/coreos/rpm-ostree/issues/4403 is available upstream, so this ticket is just a reminder.