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.
25 lines
784 B
25 lines
784 B
3 weeks ago
|
From b2cdcabb10b086ccaa265e5ff68a53caaf43dcd1 Mon Sep 17 00:00:00 2001
|
||
|
From: Sergey Cherevko <s.cherevko@msvsphere-os.ru>
|
||
|
Date: Fri, 20 Dec 2024 11:24:03 +0300
|
||
|
Subject: [PATCH 1/8] Remove RHEL specific packages
|
||
|
|
||
|
---
|
||
|
80-rhel/runtime-install.tmpl | 1 -
|
||
|
1 file changed, 1 deletion(-)
|
||
|
|
||
|
diff --git a/80-rhel/runtime-install.tmpl b/80-rhel/runtime-install.tmpl
|
||
|
index 8f2f3b8..864cc57 100644
|
||
|
--- a/80-rhel/runtime-install.tmpl
|
||
|
+++ b/80-rhel/runtime-install.tmpl
|
||
|
@@ -8,7 +8,6 @@ GRUB2VER="1:2.06-67"
|
||
|
|
||
|
## anaconda package
|
||
|
installpkg anaconda anaconda-widgets kdump-anaconda-addon anaconda-install-img-deps
|
||
|
-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
|
||
|
--
|
||
|
2.43.5
|
||
|
|