From 931dea595b840b1110c3b39f739ccb920412d14c Mon Sep 17 00:00:00 2001 From: Jan Stodola Date: Fri, 28 Jun 2024 14:28:45 +0200 Subject: [PATCH] Fix starting anaconda on z/VM and LPAR s390x The Wayland/RDP support broke the installer running on s390x z/VM and LPAR. Resolves: RHEL-45516 --- pyanaconda/startup_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyanaconda/startup_utils.py b/pyanaconda/startup_utils.py index 874e6b95d30..8f46d090790 100644 --- a/pyanaconda/startup_utils.py +++ b/pyanaconda/startup_utils.py @@ -254,7 +254,7 @@ def prompt_for_ssh(options): if options.ksfile: return False - if options.rdp: + if options.rdp_enabled: return False # Do some work here to get the ip addr / hostname to pass