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