eln: Ship 20-rhel.toml for RHEL-aligned bootc install defaults

Sets XFS as the default root filesystem for `bootc install to-disk`,
matching CentOS Stream 10 / RHEL bootc behavior.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Ligon 2026-07-28 10:41:32 -04:00
commit 1b8ffac08d
No known key found for this signature in database
3 changed files with 6 additions and 0 deletions

2
eln/20-rhel.toml Normal file
View file

@ -0,0 +1,2 @@
[install]
root-fs-type = "xfs"

3
eln/bootc-install.yaml Normal file
View file

@ -0,0 +1,3 @@
add-files:
- - 20-rhel.toml
- /usr/lib/bootc/install/20-rhel.toml

View file

@ -6,3 +6,4 @@ metadata:
include:
- ../standard/manifest.yaml
- bootc-install.yaml