b80b18
From 29c66e3f8b19ac8d6f4cc32a5a1a5a12e7c3c1fe Mon Sep 17 00:00:00 2001
b80b18
From: Neal Gompa <ngompa@centosproject.org>
b80b18
Date: Sat, 26 Jun 2021 08:21:49 -0400
b80b18
Subject: [PATCH 20002/20005] Add product configuration for CentOS Stream
b80b18
 Hyperscale variant
b80b18
b80b18
This is a minimal product configuration layered on top of the
b80b18
CentOS Stream Hyperscale product configuration that configures
b80b18
Anaconda to use Btrfs by default.
b80b18
---
b80b18
 data/product.d/centos-stream-hyperscale.conf | 29 ++++++++++++++++++++
b80b18
 1 file changed, 29 insertions(+)
b80b18
 create mode 100644 data/product.d/centos-stream-hyperscale.conf
b80b18
b80b18
diff --git a/data/product.d/centos-stream-hyperscale.conf b/data/product.d/centos-stream-hyperscale.conf
b80b18
new file mode 100644
b80b18
index 0000000..88979ad
b80b18
--- /dev/null
b80b18
+++ b/data/product.d/centos-stream-hyperscale.conf
b80b18
@@ -0,0 +1,29 @@
b80b18
+# Anaconda configuration file for CentOS Stream Hyperscale
b80b18
+
b80b18
+[Product]
b80b18
+product_name = CentOS Stream
b80b18
+variant_name = Hyperscale
b80b18
+
b80b18
+[Base Product]
b80b18
+product_name = CentOS Stream
b80b18
+
b80b18
+[Storage]
b80b18
+default_scheme = BTRFS
b80b18
+
b80b18
+[Payload]
b80b18
+# RHEL removes btrfs-progs, but we want it back
b80b18
+ignored_packages =
b80b18
+    ntfsprogs
b80b18
+    dmraid
b80b18
+
b80b18
+default_rpm_gpg_keys =
b80b18
+    /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
b80b18
+    /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-HyperScale
b80b18
+    /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-$releasever
b80b18
+
b80b18
+updates_repositories =
b80b18
+    centos-hyperscale
b80b18
+    centos-hyperscale-spin
b80b18
+    epel
b80b18
+    epel-next
b80b18
+    powertools
b80b18
-- 
b80b18
2.43.0
b80b18