Skip to content

Commit

Permalink
Merge pull request #5729 from jstodola/s390x_rdp
Browse files Browse the repository at this point in the history
Fix starting anaconda on z/VM and LPAR s390x
  • Loading branch information
KKoukiou authored Jul 3, 2024
2 parents 0e1cebd + 931dea5 commit f105665
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 @@ -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
Expand Down

0 comments on commit f105665

Please sign in to comment.