From: Harald Hoyer Date: Thu, 6 Sep 2012 14:16:31 +0000 (+0200) Subject: mdraid/parse-md.sh: fixed commit cc4037d12012244b51a1efecdeb121184efe6f67 X-Git-Tag: 024~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=641a8558f430bd4429c5743a27a2ec3b8729803e;p=thirdparty%2Fdracut.git mdraid/parse-md.sh: fixed commit cc4037d12012244b51a1efecdeb121184efe6f67 my fault, sorry. --- diff --git a/modules.d/90mdraid/parse-md.sh b/modules.d/90mdraid/parse-md.sh index 5c50b4c5c..69d58f874 100755 --- a/modules.d/90mdraid/parse-md.sh +++ b/modules.d/90mdraid/parse-md.sh @@ -4,7 +4,7 @@ MD_UUID=$(getargs rd.md.uuid -d rd_MD_UUID=) -if ! [ -n "$MD_UUID" ] || ! getargbool 1 rd.md -d -n rd_NO_MD; then +if ! [ -n "$MD_UUID" ] && ! getargbool 1 rd.md -d -n rd_NO_MD; then info "rd.md=0: removing MD RAID activation" udevproperty rd_NO_MD=1 else