-
Notifications
You must be signed in to change notification settings - Fork 197
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
alternatives (/etc/alternatives -> var/lib/alternatives) is broken with ostree #1614
Comments
Yeah, need to change alternatives to stop using |
I made a dirty hack on my host to make alternatives work, to switch java version. But it seems like alternatives will need more changes than expected to make it work on Atomic. Because when switching links it also tries to recreate the links in |
related: fedora-sysv/chkconfig#9 |
fedora-sysv/chkconfig#135 has been merged. I have not checked the implications for existing and new systems yet. |
With that being merged, can we close this issue? |
I think it would be great to get some docs on how to migrate existing systems before we close this. |
I'm not sure this is correct to report here, but...
Host system details
// I know, that's a lot of layered packages. But I need to do some stuff and I'm still not a container-guy
Description
Any packages that use alternatives system register alternatives in bwrap container, but
/var
contents of this container isn't copied back to the host system and vanish. And because of that/var/lib/alternatives
is empty and/usr/sbin/alternatives
can't do anything. For example, switch java version.Would you like to work on the issue?
I can't help. But I can test the fix if it would be released.
The text was updated successfully, but these errors were encountered: