summaryrefslogtreecommitdiffstats
path: root/iutil.py
diff options
context:
space:
mode:
Diffstat (limited to 'iutil.py')
-rw-r--r--iutil.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/iutil.py b/iutil.py
index 53566ef52..147f41df5 100644
--- a/iutil.py
+++ b/iutil.py
@@ -27,6 +27,10 @@ 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()