Skip to content
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 cleanup at the end of template build #72

Merged
merged 1 commit into from
Jul 3, 2023

Conversation

marmarek
Copy link
Member

@marmarek marmarek commented Jul 3, 2023

umount_all() should cleanup diverted policy-rc.d when unmounting final
template build dir, but the check for that was broken.
Legacy template builder called the script in the build directory
directly, but it isn't the case in builderv2, so explicit directory
parameter needs to be set.

Fixes QubesOS/qubes-issues#8316

umount_all() should cleanup diverted policy-rc.d when unmounting final
template build dir, but the check for that was broken.
Legacy template builder called the script in the build directory
directly, but it isn't the case in builderv2, so explicit directory
parameter needs to be set.

Fixes QubesOS/qubes-issues#8316
@marmarek marmarek merged commit 51542bc into QubesOS:main Jul 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

/usr/sbin/policy-rc.d file exists which prevents daemons from (re-)starting during package upgrades
1 participant