summaryrefslogtreecommitdiffstats
path: root/isys
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-06-21 15:50:30 +0000
committerJeremy Katz <katzj@redhat.com>2006-06-21 15:50:30 +0000
commit2fe98a06c7f22bde43cee488a39434bd0452a6f2 (patch)
tree7dc1c880b5424965a99f953ca1495f4a02edbe30 /isys
parent89dee9f869d30ee8b05bf9f1edb027b4106f1d55 (diff)
downloadanaconda-2fe98a06c7f22bde43cee488a39434bd0452a6f2.tar.gz
anaconda-2fe98a06c7f22bde43cee488a39434bd0452a6f2.tar.xz
anaconda-2fe98a06c7f22bde43cee488a39434bd0452a6f2.zip
2006-06-21 Jeremy Katz <katzj@redhat.com>
* loader2/net.c (setupNetworkDeviceConfig): Remove s390 hack * network.py (sanityCheckIPString): Remove s390 hack * isys/isys.py (sync): Remove s390 hack
Diffstat (limited to 'isys')
-rw-r--r--isys/isys.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/isys/isys.py b/isys/isys.py
index 9ec1cba04..a8b5a92e3 100644
--- a/isys/isys.py
+++ b/isys/isys.py
@@ -807,8 +807,7 @@ def isPsudoTTY (fd):
return _isys.isPsudoTTY (fd)
def sync ():
- if rhpl.getArch() not in ("s390", "s390x"):
- return _isys.sync ()
+ return _isys.sync ()
def isIsoImage(file):
return _isys.isisoimage(file)