26 lines
990 B
Diff
26 lines
990 B
Diff
From 4baedc326ae1e42ba2fb97772e970a696ca9caad Mon Sep 17 00:00:00 2001
|
|
From: Martin Kolman <mkolman@redhat.com>
|
|
Date: Tue, 27 Oct 2020 17:37:50 +0100
|
|
Subject: [PATCH] Adjust to logging command changes in Anaconda (#1891621)
|
|
|
|
The logic for the logging command changed in Anaconda and we need to
|
|
adjust accordingly. As we don't really need to handle the logging
|
|
command, we can do this by just dropping it from the list.
|
|
|
|
Resolves: rhbz#1891621
|
|
---
|
|
initial_setup/__init__.py | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/initial_setup/__init__.py b/initial_setup/__init__.py
|
|
index a418cbe..80b3a93 100644
|
|
--- a/initial_setup/__init__.py
|
|
+++ b/initial_setup/__init__.py
|
|
@@ -34,7 +34,6 @@ class InitialSetupError(Exception):
|
|
"lang",
|
|
"rootpw",
|
|
"timezone",
|
|
- "logging",
|
|
"selinux",
|
|
"firewall"]
|
|
|