The GTK used for the GUI in anaconda requires some recent X extensions, which most probably many clients don't have, so do not suggest using ssh logins with X11-forwarding but rather suggest explicitly disabled X11-forwarding so the users may then choose VNC, which works fine. --- loader/linuxrc.s390 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/loader/linuxrc.s390 b/loader/linuxrc.s390 index d32ee9b..2349727 100644 --- a/loader/linuxrc.s390 +++ b/loader/linuxrc.s390 @@ -152,7 +152,7 @@ function startinetd() if [ -z "$RUNKS" ]; then echo echo $"Connect now to $IPADDR and login as user root to start the installation." - echo $"E.g. using: ssh -X root@$IPADDR" + echo $"E.g. using: ssh -x root@$IPADDR" echo $"After login, please start the installation using: loader" read while : ; do -- 1.6.4 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list