diff options
author | David Cantrell <dcantrell@redhat.com> | 2006-05-03 17:06:37 +0000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2006-05-03 17:06:37 +0000 |
commit | e6e28b69681a4d5451119795923538808afa2e9d (patch) | |
tree | cf401f3dfc43bdee74898b4c9bd4bd54de053db7 /lvm.py | |
parent | 2b4d34f2036bdabbf6e18087946c2b5b1e647323 (diff) | |
download | anaconda-e6e28b69681a4d5451119795923538808afa2e9d.tar.gz anaconda-e6e28b69681a4d5451119795923538808afa2e9d.tar.xz anaconda-e6e28b69681a4d5451119795923538808afa2e9d.zip |
SCREW THE S390
Diffstat (limited to 'lvm.py')
-rw-r--r-- | lvm.py | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -37,9 +37,6 @@ def has_lvm(): os.access("/sbin/lvm", os.X_OK)): return - if iutil.getArch() == "s390" and not os.access("/proc/devices", os.R_OK): - return - f = open("/proc/devices", "r") lines = f.readlines() f.close() |