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
798 B
27 lines
798 B
11 months ago
|
From 81febd96e35d9fbe8416cbde938bec37fdac515e Mon Sep 17 00:00:00 2001
|
||
|
From: tigro <tigro@msvsphere-os.ru>
|
||
|
Date: Fri, 22 Dec 2023 16:09:33 +0300
|
||
|
Subject: [PATCH 2/7] 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 25e7057..369ab9f 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-env-deps
|
||
|
-installpkg oscap-anaconda-addon
|
||
|
+## temporarily disabled on MSVSphere until we have OpenScap integration
|
||
|
+# installpkg oscap-anaconda-addon
|
||
|
|
||
|
## Other available payloads
|
||
|
installpkg dnf
|
||
|
--
|
||
|
2.43.0
|
||
|
|