From 10a65585496da65de7168bb1d42e61020e832f1d Mon Sep 17 00:00:00 2001 From: Eugene Zamriy Date: Thu, 30 Mar 2023 00:11:34 +0300 Subject: [PATCH 6/7] Add MSVSphere product config --- data/product.d/msvsphere.conf | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 data/product.d/msvsphere.conf diff --git a/data/product.d/msvsphere.conf b/data/product.d/msvsphere.conf new file mode 100644 index 0000000..dc534c9 --- /dev/null +++ b/data/product.d/msvsphere.conf @@ -0,0 +1,29 @@ +# Anaconda configuration file for MSVSphere. + +[Product] +product_name = MSVSphere + +[Base Product] +product_name = Red Hat Enterprise Linux + +[Anaconda] +# List of enabled Anaconda DBus modules for RHEL. +# but without org.fedoraproject.Anaconda.Modules.Subscription +kickstart_modules = + org.fedoraproject.Anaconda.Modules.Timezone + org.fedoraproject.Anaconda.Modules.Network + org.fedoraproject.Anaconda.Modules.Localization + org.fedoraproject.Anaconda.Modules.Users + org.fedoraproject.Anaconda.Modules.Payloads + org.fedoraproject.Anaconda.Modules.Storage + org.fedoraproject.Anaconda.Modules.Services + +[Bootloader] +efi_dir = msvsphere + +[Payload] +enable_closest_mirror = True +default_source = CLOSEST_MIRROR + +[License] +eula = /usr/share/sphere-release/EULA -- 2.39.2