You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
894 B
27 lines
894 B
From be582be6919ba0e49447f466f868d671ad1ea1dd Mon Sep 17 00:00:00 2001
|
|
From: Eugene Zamriy <eugene@zamriy.info>
|
|
Date: Sun, 16 Apr 2023 23:17:19 +0300
|
|
Subject: [PATCH 2/2] Disable oscap-anaconda-addon install
|
|
|
|
---
|
|
80-rhel/runtime-install.tmpl | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/80-rhel/runtime-install.tmpl b/80-rhel/runtime-install.tmpl
|
|
index 1189a49..cd6feea 100644
|
|
--- a/80-rhel/runtime-install.tmpl
|
|
+++ b/80-rhel/runtime-install.tmpl
|
|
@@ -3,7 +3,8 @@
|
|
|
|
## anaconda package
|
|
installpkg anaconda anaconda-widgets kexec-tools-anaconda-addon anaconda-install-img-deps
|
|
-installpkg oscap-anaconda-addon
|
|
+## temporarily disabled on MSVSphere until we have OpenScap integration
|
|
+# installpkg oscap-anaconda-addon
|
|
|
|
## FIXME Pull in device-mapper-multipath
|
|
## This *should* be pulled in by libblockdev-plugins-all and libblockdev-mpath but it is not
|
|
--
|
|
2.39.2
|
|
|