Skip to content

Commit

Permalink
Merge pull request #567 from lukewarmtemp/merge-env-properties
Browse files Browse the repository at this point in the history
install: Add support for architecture filtering for kargs
  • Loading branch information
cgwalters committed May 28, 2024
2 parents 4e74262 + cdeadb9 commit 282ec39
Show file tree
Hide file tree
Showing 2 changed files with 255 additions and 23 deletions.
1 change: 1 addition & 0 deletions docs/src/man-md/bootc-install-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ The `install` section supports two subfields:
The first value specified will be the default. To enable both, use `block = ["direct", "tpm2-luks"]`.
- `filesystem`: See below.
- `kargs`: An array of strings; this will be appended to the set of kernel arguments.
- `match_architectures`: An array of strings; this filters the install config.

# filesystem

Expand Down
Loading

0 comments on commit 282ec39

Please sign in to comment.