summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-10-03 20:40:18 +0000
committerMike Fulbright <msf@redhat.com>2002-10-03 20:40:18 +0000
commit58026130caeffab71da288ad19a5cc55d43f387b (patch)
treed90cb31609549aae07392901ac63143ee30c9b02 /anaconda
parent40bf2a34a9c528e216bfa62d113fa709b53ce975 (diff)
downloadanaconda-58026130caeffab71da288ad19a5cc55d43f387b.tar.gz
anaconda-58026130caeffab71da288ad19a5cc55d43f387b.tar.xz
anaconda-58026130caeffab71da288ad19a5cc55d43f387b.zip
need to remove DISPLAY variable too since X not running
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda1
1 files changed, 1 insertions, 0 deletions
diff --git a/anaconda b/anaconda
index 7a6c5c52b..0aabacc54 100755
--- a/anaconda
+++ b/anaconda
@@ -554,6 +554,7 @@ if (display_mode == 'g'):
print "GUI installer startup failed, falling back to text mode."
log("GUI installer startup failed, falling back to text mode.")
display_mode = 't'
+ del os.environ['DISPLAY']
time.sleep(2)
from text import InstallInterface