Skip to content

Commit

Permalink
install: Add support for architecture filtering for kargs
Browse files Browse the repository at this point in the history
The use case here is that some kernel arguments are architecture
specific, such as the `console=` kargs. This allows a generic base
image to default to including arch-specific values post install.

`EnvProperties` struct to allow for conditional merging of kargs
depending on whether the archiecture matches. Future properties such as
`platform.id` can be added in the future.

Signed-off-by: Luke Yang <luyang@redhat.com>
  • Loading branch information
lukewarmtemp committed May 28, 2024
1 parent 5aea3ca commit f57e312
Showing 1 changed file with 260 additions and 23 deletions.
Loading

0 comments on commit f57e312

Please sign in to comment.