diff options
author | Jeremy Katz <katzj@redhat.com> | 2007-12-06 17:36:31 -0500 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2007-12-06 17:40:09 -0500 |
commit | eb5f2d0cccd791949f9b4aaba4251bd83f866349 (patch) | |
tree | bb46060f611b261009ca9b966040ae6f818d0768 /anaconda | |
parent | 550f111bb8ab83768c152a20987cf75fa5683f81 (diff) | |
download | anaconda-eb5f2d0cccd791949f9b4aaba4251bd83f866349.tar.gz anaconda-eb5f2d0cccd791949f9b4aaba4251bd83f866349.tar.xz anaconda-eb5f2d0cccd791949f9b4aaba4251bd83f866349.zip |
Move X.log out of /tmp/ramfs
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -847,9 +847,7 @@ if __name__ == "__main__": if opts.display_mode == 'g' and not os.environ.has_key('DISPLAY') and not flags.usevnc: rhpxl.xhwstate.get_valid_resolution(xserver) - # make sure we can write log to ramfs - if os.access("/tmp/ramfs", os.W_OK): - xserver.logfile = "/tmp/ramfs/X.log" + xserver.logfile = "/tmp/X.log" try: xserver.generateConfig() |