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.
24 lines
768 B
24 lines
768 B
4 days ago
|
From 85b334400b4d8ff73b3a0c0ec636ba03d32f5410 Mon Sep 17 00:00:00 2001
|
||
|
From: Eugene Zamriy <eugene@zamriy.info>
|
||
|
Date: Sun, 2 Apr 2023 19:15:32 +0300
|
||
|
Subject: [PATCH 4/4] Disable subscription manager plugin
|
||
|
|
||
|
---
|
||
|
etc-conf/plugin/subscription-manager.conf | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/etc-conf/plugin/subscription-manager.conf b/etc-conf/plugin/subscription-manager.conf
|
||
|
index 9050582..2392f67 100644
|
||
|
--- a/etc-conf/plugin/subscription-manager.conf
|
||
|
+++ b/etc-conf/plugin/subscription-manager.conf
|
||
|
@@ -1,5 +1,5 @@
|
||
|
[main]
|
||
|
-enabled=1
|
||
|
+enabled=0
|
||
|
|
||
|
# When following option is set to 1, then all repositories defined outside redhat.repo will be disabled
|
||
|
# every time subscription-manager plugin is triggered by dnf or yum
|
||
|
--
|
||
|
2.43.5
|
||
|
|