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