summaryrefslogtreecommitdiffstats
path: root/floppy.py
diff options
context:
space:
mode:
authorlaroche <laroche>2001-07-20 08:08:06 +0000
committerlaroche <laroche>2001-07-20 08:08:06 +0000
commit28a046bd21960576b3c1628b75e6f19a4e039046 (patch)
treec28c206e6e6a726761093b4181302d59cb2a48e0 /floppy.py
parentb28e0fc487e766dd9e236f7660c02210c7d6c616 (diff)
downloadanaconda-28a046bd21960576b3c1628b75e6f19a4e039046.tar.gz
anaconda-28a046bd21960576b3c1628b75e6f19a4e039046.tar.xz
anaconda-28a046bd21960576b3c1628b75e6f19a4e039046.zip
add s390/s390x patchesr0-9-1
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()