From 3fce4e1e1c8aa3c3d53836f89cf5c6253796f5e6 Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Wed, 31 Oct 2007 09:41:10 +0100 Subject: Fix problems with /sbin and /usr/sbin not being in the path, fixes Archlinux #8448 --- install/autodetect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') diff --git a/install/autodetect b/install/autodetect index eba31d3..2ae8db6 100644 --- a/install/autodetect +++ b/install/autodetect @@ -30,7 +30,7 @@ install () done if [ -e /sbin/mdadm ]; then - for raidmod in $(mdadm -E -s /dev/hd* /dev/sd* /dev/rd/* /dev/ida/* /dev/cciss/* /dev/ataraid/* \ + for raidmod in $(/sbin/mdadm -E -s /dev/hd* /dev/sd* /dev/rd/* /dev/ida/* /dev/cciss/* /dev/ataraid/* \ | awk -Flevel= '{print $2}' | awk '{print $1}'); do case "${raidmod}" in raid4|raid5|raid6) -- cgit v1.2.3-24-g4f1b