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