The [-x|-X] shows up as gibberish when echoed on the 3270 console, so just change it to the recommended -x option. Leave the other explanatory text. Related: rhbz#621590 --- loader/linuxrc.s390 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/loader/linuxrc.s390 b/loader/linuxrc.s390 index 50251e8..d8a8fda 100644 --- a/loader/linuxrc.s390 +++ b/loader/linuxrc.s390 @@ -186,7 +186,7 @@ function startinetd() if [ -z "$RUNKS" ]; then echo echo $"Connect now to $IPADDR and log in as user 'install' to start the installation." - echo $"E.g. using: ssh [-x|-X] install@$IPADDR" + echo $"E.g. using: ssh -x install@$IPADDR" echo $"For VNC or text mode, disable X11 forwarding (recommended) with 'ssh -x'." echo $"For X11, enable X11 forwarding with 'ssh -X'." echo -- 1.7.3.4 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list