summaryrefslogtreecommitdiffstats
path: root/fsset.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2008-04-30 21:28:05 -0400
committerJeremy Katz <katzj@redhat.com>2008-05-01 00:00:59 -0400
commitb64929a9172954027c557c8183972d2235de9a0c (patch)
treedb571ab4e5867908f7c723339358062ff0cc8a8a /fsset.py
parent281015c3c35933684ff6a903e3abe1fb65594664 (diff)
downloadanaconda-b64929a9172954027c557c8183972d2235de9a0c.tar.gz
anaconda-b64929a9172954027c557c8183972d2235de9a0c.tar.xz
anaconda-b64929a9172954027c557c8183972d2235de9a0c.zip
Search path rather than hard-coding path to mdadm (#444843)
Diffstat (limited to 'fsset.py')
-rw-r--r--fsset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsset.py b/fsset.py
index d568b99d4..4b99f7fda 100644
--- a/fsset.py
+++ b/fsset.py
@@ -1443,7 +1443,7 @@ class FileSystemSet:
This creates a conf file with active arrays. In other words
the arrays that we don't want included must be inactive.
"""
- activeArrays = iutil.execWithCapture("/usr/sbin/mdadm", ["--detail", "--scan"])
+ activeArrays = iutil.execWithCapture("mdadm", ["--detail", "--scan"])
if len(activeArrays) == 0:
return