Skip to content

Commit

Permalink
Fix starting anaconda on z/VM and LPAR s390x
Browse files Browse the repository at this point in the history
The Wayland/RDP support broke the installer running on s390x z/VM and LPAR.

Resolves: RHEL-45516
(cherry picked from commit 931dea5)
  • Loading branch information
jstodola authored and jkonecny12 committed Oct 9, 2024
1 parent ee3c0d4 commit 621a852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyanaconda/startup_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,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
Expand Down

0 comments on commit 621a852

Please sign in to comment.