From 1b8ffac08de5a1be0e970afcabb920bcbcf0dd32 Mon Sep 17 00:00:00 2001 From: Jeff Ligon Date: Tue, 28 Jul 2026 10:41:32 -0400 Subject: [PATCH] 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 --- eln/20-rhel.toml | 2 ++ eln/bootc-install.yaml | 3 +++ eln/manifest.yaml | 1 + 3 files changed, 6 insertions(+) create mode 100644 eln/20-rhel.toml create mode 100644 eln/bootc-install.yaml diff --git a/eln/20-rhel.toml b/eln/20-rhel.toml new file mode 100644 index 0000000..32a278d --- /dev/null +++ b/eln/20-rhel.toml @@ -0,0 +1,2 @@ +[install] +root-fs-type = "xfs" diff --git a/eln/bootc-install.yaml b/eln/bootc-install.yaml new file mode 100644 index 0000000..59420d8 --- /dev/null +++ b/eln/bootc-install.yaml @@ -0,0 +1,3 @@ +add-files: + - - 20-rhel.toml + - /usr/lib/bootc/install/20-rhel.toml diff --git a/eln/manifest.yaml b/eln/manifest.yaml index b6d41de..a18488c 100644 --- a/eln/manifest.yaml +++ b/eln/manifest.yaml @@ -6,3 +6,4 @@ metadata: include: - ../standard/manifest.yaml + - bootc-install.yaml