Demote unavailability of dmraid from error to warning only
[grml-autoconfig.git] / autoconfig.functions
index b7aaee0..48bf32c 100755 (executable)
@@ -1643,7 +1643,7 @@ config_dmraid(){
   fi
 
   if ! [ -x /sbin/dmraid ] ; then
-    eerror "dmraid not available, can not execute it." ; eend 1
+    ewarn "dmraid not available, can not execute it." ; eend 1
     return
   fi