-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compose: Inject our static tmpfiles.d dropins earlier
Rather than injecting our "integration" intmpfiles.d dropins in postprocessing, make it part of the tree during the install phase. This allows the new code that generates `rpm-ostree-autovar.conf` to take it into account when trying to get rid of duplicates from the dropins derived per-package. Adjust the idempotency marker in `postprocess_final()` to use `usr/lib/ passwd` since we can't use the tmpfiles.d dropin for that anymore there.
- Loading branch information
Showing
3 changed files
with
46 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters