-
Notifications
You must be signed in to change notification settings - Fork 35
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
provide handover interface to host #121
Comments
Another option would be to provide something like That one would still require special treatment inside the transaction though while the bind mount solution could just transparently see stuff that existing packages touch in |
I am testing now a plugin mechanism for tukit, that it is executed while the chroot environment is alive (but not active). The plugins can use the host |
Proposal: #122 |
#122 was merged. It may still be worth thinking about a dedicated handover interface, so I'm leaving this ticket open for now. |
There are use cases where scripts inside a transaction need to convey information back to the host such as openSUSE/sdbootutil#92. So far scripts try to abuse
/dev/shm
due to lack of a better solution.Therefore I'd like to propose to introduce e.g.
/run/transactional-update/snapshot/$id
that is then bind mounted as/run
of snapshot$id
while it's open.The text was updated successfully, but these errors were encountered: