From 59c05041d4c9f3f7308552b2d354f3d030203154 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 10 May 2021 08:39:31 +0200 Subject: [PATCH] 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 --- autoconfig.functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.1.4