summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-12-06 17:36:31 -0500
committerJeremy Katz <katzj@redhat.com>2007-12-06 17:40:09 -0500
commiteb5f2d0cccd791949f9b4aaba4251bd83f866349 (patch)
treebb46060f611b261009ca9b966040ae6f818d0768 /anaconda
parent550f111bb8ab83768c152a20987cf75fa5683f81 (diff)
downloadanaconda-eb5f2d0cccd791949f9b4aaba4251bd83f866349.tar.gz
anaconda-eb5f2d0cccd791949f9b4aaba4251bd83f866349.tar.xz
anaconda-eb5f2d0cccd791949f9b4aaba4251bd83f866349.zip
Move X.log out of /tmp/ramfs
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda4
1 files changed, 1 insertions, 3 deletions
diff --git a/anaconda b/anaconda
index cbe0676c7..bca8c5ef7 100755
--- a/anaconda
+++ b/anaconda
@@ -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()