Search
j0ke.net Open Build Service
>
Projects
>
home:jg
:
playground
>
dracut
> 0055-dmraid-parse-different-error-messages.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File 0055-dmraid-parse-different-error-messages.patch of Package dracut
From 41594890af9f49ba7b7f0cfb81014872363e19f5 Mon Sep 17 00:00:00 2001 From: Harald Hoyer <harald@redhat.com> Date: Tue, 13 Apr 2010 12:54:12 +0200 Subject: [PATCH] dmraid: parse different error messages --- modules.d/90dmraid/dmraid.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/90dmraid/dmraid.sh b/modules.d/90dmraid/dmraid.sh index 4e47e2d..dba655b 100755 --- a/modules.d/90dmraid/dmraid.sh +++ b/modules.d/90dmraid/dmraid.sh @@ -10,7 +10,7 @@ DM_CLEANUP="no" info "Scanning for dmraid devices $DM_RAIDS" SETS=$(dmraid -c -s) -if [ "$SETS" = "no raid disks" ]; then +if [ "$SETS" = "no raid disks" -o "$SETS" = "no raid sets" ]; then return fi -- 1.8.3.1