--- anaconda | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/anaconda b/anaconda index 384a0e7..4f63977 100755 --- a/anaconda +++ b/anaconda @@ -391,7 +391,7 @@ def checkMemory(opts): sys.exit(0) # override display mode if machine cannot nicely run X - if not flags.test: + if not flags.test and not flags.usevnc: if opts.display_mode not in ('t', 'c') and iutil.memInstalled() < isys.MIN_GUI_RAM: stdoutLog.warning(_("You do not have enough RAM to use the graphical " "installer. Starting text mode.")) -- 1.6.4.2 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list