From: Michael Prokop Date: Mon, 10 May 2021 06:39:31 +0000 (+0200) Subject: Demote unavailability of dmraid from error to warning only X-Git-Tag: v0.20.1~1 X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=commitdiff_plain;h=59c05041d4c9f3f7308552b2d354f3d030203154;hp=d77786ac7047329cd474de69cbec2198449e3b5b Demote unavailability of dmraid from error to warning only 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 --- diff --git a/autoconfig.functions b/autoconfig.functions index b7aaee0..48bf32c 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -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