Demote unavailability of dmraid from error to warning only
authorMichael Prokop <mika@grml.org>
Mon, 10 May 2021 06:39:31 +0000 (08:39 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 10 May 2021 06:42:16 +0000 (08:42 +0200)
dmraid had its latest Debian upload in 2017, the last upstream release
dates back to 2010 (see http://people.redhat.com/~heinzm/sw/dmraid/src/)
and it has plenty of unresolved bugs. It's furthermore relevant for so
called fake RAIDs only, something which is rather exotic and therefore
Grml ISOs not including dmraid should just raise a warning, rather than
an error message.

Thanks to Sipwise for sponsoring my development time.
See Sipwise internal ticket TT#121951

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