From d9c16ae9bc72ecf714d793e67ae7fd9e280a41ad Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sat, 26 Jun 2021 08:21:49 -0400 Subject: [PATCH 20004/20007] 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 000000000..88979adb5 --- /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.32.0