summaryrefslogtreecommitdiffstats
path: root/iutil.py
diff options
context:
space:
mode:
authorKarsten Hopp <karsten@redhat.de>2001-06-20 21:15:47 +0000
committerKarsten Hopp <karsten@redhat.de>2001-06-20 21:15:47 +0000
commit2f5300e6a8d41ec45fc38806d61947518ce32663 (patch)
tree9870381d7ad2ee7f4aafa2a6c2f17969e36e0cf6 /iutil.py
parentfa6cb866187230ce67cfa3147392667264c69f27 (diff)
downloadanaconda-2f5300e6a8d41ec45fc38806d61947518ce32663.tar.gz
anaconda-2f5300e6a8d41ec45fc38806d61947518ce32663.tar.xz
anaconda-2f5300e6a8d41ec45fc38806d61947518ce32663.zip
revert S390 changes
Diffstat (limited to 'iutil.py')
-rw-r--r--iutil.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/iutil.py b/iutil.py
index 147f41df5..53566ef52 100644
--- a/iutil.py
+++ b/iutil.py
@@ -27,10 +27,6 @@ def SetFdDevice():
f.close()
elif iutil.getArch() == "alpha":
pass
- elif iutil.getArch() == "s390":
- return
- elif iutil.getArch() == "s390x":
- return
elif iutil.getArch() == "i386" or iutil.getArch() == "ia64":
# Look for the first IDE floppy device
drives = isys.floppyDriveDict()