From 886f2d46176ac497c0d0e794b4d6c6f14e482be4 Mon Sep 17 00:00:00 2001 From: Martin Sivak Date: Thu, 18 Dec 2008 13:08:44 +0100 Subject: When using anaconda with kickstart file with UI mode - do not show the VNC question (#476548) --- anaconda | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'anaconda') diff --git a/anaconda b/anaconda index af1d34014..73fba85a5 100755 --- a/anaconda +++ b/anaconda @@ -292,7 +292,7 @@ def setVNCFromKickstart(opts): vncS.vncconnectport = handler.vnc.port from pykickstart.constants import DISPLAY_MODE_GRAPHICAL - if handler.displaymode.displayMode!=DISPLAY_MODE_GRAPHICAL and handler.displaymode.displayMode!=None: + if handler.displaymode.displayMode!=None: flags.vncquestion = False return handler.vnc -- cgit