summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda4
1 files changed, 3 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index 3846fe3a0..dae629bb6 100755
--- a/anaconda
+++ b/anaconda
@@ -444,9 +444,11 @@ else: # s390 checks
# startup X server is we're not already running under an X session
#
startXServer = 0
+
+
if display_mode == 'g':
import xf86config
-
+
if not os.environ.has_key('DISPLAY'):
startXServer = 1
import xserver