diff options
author | Karsten Hopp <karsten@redhat.de> | 2001-06-20 13:15:44 +0000 |
---|---|---|
committer | Karsten Hopp <karsten@redhat.de> | 2001-06-20 13:15:44 +0000 |
commit | 6a81b8274f1259a1a03189de0ff8841ff1e1d96a (patch) | |
tree | 00c81e07d8bb4acee580c043bd29f63fca0c9ae5 /iutil.py | |
parent | 716d3e554119528a88cbaeb9ec8ffbe79e44ac1d (diff) | |
download | anaconda-6a81b8274f1259a1a03189de0ff8841ff1e1d96a.tar.gz anaconda-6a81b8274f1259a1a03189de0ff8841ff1e1d96a.tar.xz anaconda-6a81b8274f1259a1a03189de0ff8841ff1e1d96a.zip |
patches for s390
Diffstat (limited to 'iutil.py')
-rw-r--r-- | iutil.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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() |