summaryrefslogtreecommitdiffstats
path: root/floppy.py
diff options
context:
space:
mode:
Diffstat (limited to 'floppy.py')
-rw-r--r--floppy.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/floppy.py b/floppy.py
index a1722f065..9f7717b5c 100644
--- a/floppy.py
+++ b/floppy.py
@@ -36,6 +36,8 @@ def probeFloppyDevice():
f.close()
elif iutil.getArch() == "alpha":
pass
+ elif iutil.getArch() == "s390" or iutil.getArch() == "s390x":
+ pass
elif iutil.getArch() == "i386" or iutil.getArch() == "ia64":
# Look for the first IDE floppy device
drives = isys.floppyDriveDict()