-
-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Move files in /usr/etc to /etc #1580
Conversation
…idered undefined behavior
system_files/shared/usr/lib/systemd/system/ublue-etc-merge.service
Outdated
Show resolved
Hide resolved
We don't need this
Ok I've removed all mentions of the etc-merge service. Please doublecheck my work. |
This good to go or are we still sorting out that containers.json thing? (Does that even affect Bluefin since we're not using the rechunker?) |
@castrojo The containers.json thing is only affecting main and ucore since this is where we add the container policy to the image by installing the ublue-is-signing RPM. The issue there is we want to move the policy from /usr/etc to /etc, but Fedora's containers package already has taken "ownership" of that file, and doesn't allow us to overwrite it from our own RPM. This has been reverted in ublue-os/config for now but I don't think we have any issues here. |
Adding files to /usr/etc is considered undefined behavior