From 5f643e473c98246f947fbeea566e2ddc8bae4e32 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Jul 28 2021 22:55:23 +0000 Subject: 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. --- diff --git a/data/product.d/centos-stream-hyperscale.conf b/data/product.d/centos-stream-hyperscale.conf new file mode 100644 index 0000000..88979ad --- /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