diff options
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -556,7 +556,7 @@ if display_mode == 'g' and not os.environ.has_key('DISPLAY'): runres, xStartedCB=doStartupX11Actions, xQuitCB=doShutdownX11Actions, - logfile="/tmp/ramfs/X.log") + logfile=xlogfile) if xsetup_failed: dup_log(" X startup failed, falling back to text mode") |