image,manifest: add support for bootc groups customizations#593
Merged
achilleas-k merged 1 commit intoosbuild:mainfrom Apr 15, 2024
Merged
Conversation
647bb75 to
14a6721
Compare
achilleas-k
approved these changes
Apr 15, 2024
When porting custoizations to the new `bootc install to-filesystem` world initially only users/kernel-options where added. This commit adds `org.osbuild.groups` now as well. Needs: osbuild#571 osbuild/osbuild#1726
14a6721 to
87e1bda
Compare
mvo5
added a commit
to mvo5/images
that referenced
this pull request
Apr 15, 2024
With the new uniform way to handle writing to the bootc image deployment we can now support a custom `/etc/fstab` again. Similar to what we do for users [0] and groups [1] we allow also writing a custom fstab now. This will need osbuild/osbuild#1727 and also probably a port of the fstab module to schema_2. [0] osbuild#571 [1] osbuild#593
github-merge-queue bot
pushed a commit
that referenced
this pull request
Apr 16, 2024
With the new uniform way to handle writing to the bootc image deployment we can now support a custom `/etc/fstab` again. Similar to what we do for users [0] and groups [1] we allow also writing a custom fstab now. This will need osbuild/osbuild#1727 and also probably a port of the fstab module to schema_2. [0] #571 [1] #593
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[build on top of https://github.com//pull/571, only the last commit is relevant]
When porting custoizations to the new
bootc install to-filesystemworld initially only users/kernel-options where added. This commit
adds
org.osbuild.groupsnow as well.Needs:
osbuild/osbuild#1726 or
osbuild/osbuild#1727