If X11 forwarding is enabled on the ssh client, anaconda will automatically start up and display via X11 forwarding. Some users are confused and are expecting VNC -or- they prefer VNC over X11 forwarding because of their network configuration. Clarify the instructions given to the user so they know how exactly they should invoke the ssh client to start installation. --- loader/linuxrc.s390 | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/loader/linuxrc.s390 b/loader/linuxrc.s390 index 5205182..5324b5e 100644 --- a/loader/linuxrc.s390 +++ b/loader/linuxrc.s390 @@ -185,8 +185,11 @@ function startinetd() /sbin/sshd -f /etc/ssh/sshd_config.anaconda 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 install@$IPADDR" + 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 $"For VNC or text mode, disable X11 forwarding (recommended) with 'ssh -x'." + echo $"For X11, enable X11 forwarding with 'ssh -X'." + echo echo $"You may log in as the root user to start an interactive shell." read while : ; do -- 1.7.3.2 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list