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.
30 lines
1022 B
30 lines
1022 B
2 years ago
|
From 2c401f191bdba15ad46c34e245378dddd76e872e Mon Sep 17 00:00:00 2001
|
||
|
From: Eugene Zamriy <eugene@zamriy.info>
|
||
|
Date: Thu, 6 Apr 2023 23:34:20 +0300
|
||
|
Subject: [PATCH] Remove RHEL specific packages
|
||
|
|
||
|
|
||
|
diff --git a/80-rhel/runtime-install.tmpl b/80-rhel/runtime-install.tmpl
|
||
|
index ac3fe06..1189a49 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-img-deps
|
||
|
installpkg oscap-anaconda-addon
|
||
|
-installpkg redhat-release-eula
|
||
|
|
||
|
## FIXME Pull in device-mapper-multipath
|
||
|
## This *should* be pulled in by libblockdev-plugins-all and libblockdev-mpath but it is not
|
||
|
@@ -163,7 +162,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.39.2
|
||
|
|