We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ref https://gitlab.com/fedora/bootc/tracker/-/issues/32#note_2303855769
We should more clearly split up postprocessing into distinct documentable steps, and make it easy to run a subset of them individually.
Something like this: rpm-ostree compose postprocess --stages=tmpfiles.d,altfiles or so to opt into just those phases.
rpm-ostree compose postprocess --stages=tmpfiles.d,altfiles
Eventually of course some of this stuff should probably live elsewhere; the tmpfiles.d conversion could go in dnf for example.
The text was updated successfully, but these errors were encountered:
Also relates to https://gitlab.com/fedora/bootc/tracker/-/issues/50
Sorry, something went wrong.
We should also ensure that we expose our code for #4503
No branches or pull requests
ref https://gitlab.com/fedora/bootc/tracker/-/issues/32#note_2303855769
We should more clearly split up postprocessing into distinct documentable steps, and make it easy to run a subset of them individually.
Something like this:
rpm-ostree compose postprocess --stages=tmpfiles.d,altfiles
or so to opt into just those phases.Eventually of course some of this stuff should probably live elsewhere; the tmpfiles.d conversion could go in dnf for example.
The text was updated successfully, but these errors were encountered: