mirror of
https://gitlab.com/fedora/bootc/base-images.git
synced 2026-08-29 04:22:41 +00:00
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:
parent
16cf44ceee
commit
1b8ffac08d
3 changed files with 6 additions and 0 deletions
2
eln/20-rhel.toml
Normal file
2
eln/20-rhel.toml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[install]
|
||||
root-fs-type = "xfs"
|
||||
3
eln/bootc-install.yaml
Normal file
3
eln/bootc-install.yaml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
add-files:
|
||||
- - 20-rhel.toml
|
||||
- /usr/lib/bootc/install/20-rhel.toml
|
||||
|
|
@ -6,3 +6,4 @@ metadata:
|
|||
|
||||
include:
|
||||
- ../standard/manifest.yaml
|
||||
- bootc-install.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue