]> git.pld-linux.org Git - projects/geninitrd.git/commitdiff
Fix for mdadm >= v1.12.0. Version >= v1.12.0 is now required.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 27 Jun 2005 06:25:40 +0000 (06:25 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 27 Jun 2005 06:25:40 +0000 (06:25 +0000)
svn-id: @6191

geninitrd

index 64c79226d2172a6432f0930092964cae26b6d6a6..000086bc9735c60bdcd3e5e2af40ce73b3322ad2 100755 (executable)
--- a/geninitrd
+++ b/geninitrd
@@ -329,7 +329,7 @@ find_root() {
 find_modules_softraid() {
         if [ -f /etc/mdadm.conf ] ; then
            [ -n "$verbose" ] && echo "Finding RAID details using mdadm for rootdev=$1"
-           eval `/sbin/mdadm --examine  --scan --config=/etc/mdadm.conf | \
+           eval `/sbin/mdadm -v --examine  --scan --config=/etc/mdadm.conf | \
                  awk -v rootdev="$1" '
        BEGIN {
                found = "no";
This page took 0.045616 seconds and 4 git commands to generate.