summaryrefslogtreecommitdiffstats
path: root/xsetup.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-03-21 00:09:53 +0000
committerJeremy Katz <katzj@redhat.com>2003-03-21 00:09:53 +0000
commitc29f0955045cdd02965a14300ce5e99364db2d1b (patch)
treed84a948b5288d9b0b9bd28649f608b8df9f18ea0 /xsetup.py
parent720f69db5a6df4a3d6afe90ea228b5a90fe41333 (diff)
downloadanaconda-c29f0955045cdd02965a14300ce5e99364db2d1b.tar.gz
anaconda-c29f0955045cdd02965a14300ce5e99364db2d1b.tar.xz
anaconda-c29f0955045cdd02965a14300ce5e99364db2d1b.zip
merge taroon branch up until now. tagged as before-taroon-merge before and
will be tagged after-taroon-merge after. taroon at this point is tagged taroon-merge-point for where to base merges from in the future
Diffstat (limited to 'xsetup.py')
-rw-r--r--xsetup.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/xsetup.py b/xsetup.py
index bd934b9bf..b4623c5f1 100644
--- a/xsetup.py
+++ b/xsetup.py
@@ -16,6 +16,7 @@
#
# should probably go in rhpl
#
+import iutil
import rhpl.xserver as xserver
from rhpl.translate import _
@@ -62,6 +63,11 @@ class XSetup:
self.xhwstate.set_monitor_name(monname)
def writeKS(self, f, desktop=None):
+ # FIXME: we really should have at least teh startxonboot and
+ # defaultdesktop bits on s390
+ if iutil.getArch() == "s390":
+ return
+
if self.skipx:
f.write("skipx\n")
return