summaryrefslogtreecommitdiffstats
path: root/fsset.py
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-04-24 13:40:52 +0200
committerJoel Andres Granados <jgranado@redhat.com>2008-04-24 13:40:52 +0200
commitd0a98ec47bfd6d68335b88875ca8c3d6ec3e99d0 (patch)
treecf8eea5754f7b2c93825c2ae769ba4b59e352c94 /fsset.py
parent8108f0c955566f3fef5fcf7e57564a79e8cf21cc (diff)
downloadanaconda-d0a98ec47bfd6d68335b88875ca8c3d6ec3e99d0.tar.gz
anaconda-d0a98ec47bfd6d68335b88875ca8c3d6ec3e99d0.tar.xz
anaconda-d0a98ec47bfd6d68335b88875ca8c3d6ec3e99d0.zip
Call the mdadm with full path.
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 4b99f7fda..d568b99d4 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("mdadm", ["--detail", "--scan"])
+ activeArrays = iutil.execWithCapture("/usr/sbin/mdadm", ["--detail", "--scan"])
if len(activeArrays) == 0:
return