summaryrefslogtreecommitdiffstats
path: root/lvm.py
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-05-03 17:06:37 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-05-03 17:06:37 +0000
commite6e28b69681a4d5451119795923538808afa2e9d (patch)
treecf401f3dfc43bdee74898b4c9bd4bd54de053db7 /lvm.py
parent2b4d34f2036bdabbf6e18087946c2b5b1e647323 (diff)
downloadanaconda-e6e28b69681a4d5451119795923538808afa2e9d.tar.gz
anaconda-e6e28b69681a4d5451119795923538808afa2e9d.tar.xz
anaconda-e6e28b69681a4d5451119795923538808afa2e9d.zip
SCREW THE S390
Diffstat (limited to 'lvm.py')
-rw-r--r--lvm.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lvm.py b/lvm.py
index 5e385fab9..165c5c459 100644
--- a/lvm.py
+++ b/lvm.py
@@ -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()