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.
33 lines
1004 B
33 lines
1004 B
From ce4e1d6f1c13d8efb32fb007ae5faa161d3c0c70 Mon Sep 17 00:00:00 2001
|
|
From: tigro <tigro@msvsphere-os.ru>
|
|
Date: Fri, 22 Dec 2023 16:08:54 +0300
|
|
Subject: [PATCH 1/7] Remove RHEL specific packages
|
|
|
|
---
|
|
80-rhel/runtime-install.tmpl | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
diff --git a/80-rhel/runtime-install.tmpl b/80-rhel/runtime-install.tmpl
|
|
index ad9e524..25e7057 100644
|
|
--- a/80-rhel/runtime-install.tmpl
|
|
+++ b/80-rhel/runtime-install.tmpl
|
|
@@ -4,7 +4,6 @@
|
|
## anaconda package
|
|
installpkg anaconda anaconda-widgets kexec-tools-anaconda-addon anaconda-install-env-deps
|
|
installpkg oscap-anaconda-addon
|
|
-installpkg redhat-release-eula
|
|
|
|
## Other available payloads
|
|
installpkg dnf
|
|
@@ -159,7 +158,6 @@ installpkg google-noto-sans-cjk-ttc-fonts
|
|
## debugging/bug reporting tools
|
|
installpkg gdb-gdbserver
|
|
installpkg libreport-plugin-bugzilla libreport-plugin-reportuploader
|
|
-installpkg libreport-rhel-anaconda-bugzilla
|
|
installpkg python3-pyatspi
|
|
|
|
## extra tools not required by anaconda
|
|
--
|
|
2.43.0
|
|
|