Blame 0010-dracut-functions.sh-small-error-print-correction.patch
|
Harald Hoyer |
12f6cc |
From f2271428d4760c7026dda9093c14fb1bf9035691 Mon Sep 17 00:00:00 2001
|
|
Harald Hoyer |
12f6cc |
From: Harald Hoyer <harald@redhat.com>
|
|
Harald Hoyer |
12f6cc |
Date: Tue, 24 Jul 2012 14:08:32 +0200
|
|
Harald Hoyer |
12f6cc |
Subject: [PATCH] dracut-functions.sh: small error print correction
|
|
Harald Hoyer |
12f6cc |
|
|
Harald Hoyer |
12f6cc |
---
|
|
Harald Hoyer |
12f6cc |
dracut-functions.sh | 2 +-
|
|
Harald Hoyer |
12f6cc |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
Harald Hoyer |
12f6cc |
|
|
Harald Hoyer |
12f6cc |
diff --git a/dracut-functions.sh b/dracut-functions.sh
|
|
Harald Hoyer |
12f6cc |
index 6358078..7f834f0 100755
|
|
Harald Hoyer |
12f6cc |
--- a/dracut-functions.sh
|
|
Harald Hoyer |
12f6cc |
+++ b/dracut-functions.sh
|
|
Harald Hoyer |
12f6cc |
@@ -1135,7 +1135,7 @@ for_each_module_dir() {
|
|
Harald Hoyer |
12f6cc |
for _mod in $_modcheck; do
|
|
Harald Hoyer |
12f6cc |
strstr "$mods_to_load" "$_mod" && continue
|
|
Harald Hoyer |
12f6cc |
strstr "$omit_dracutmodules" "$_mod" && continue
|
|
Harald Hoyer |
12f6cc |
- derror "Dracut module \"$_mod\" cannot be found or installed."
|
|
Harald Hoyer |
12f6cc |
+ derror "Dracut module '$_mod' cannot be found or installed."
|
|
Harald Hoyer |
12f6cc |
done
|
|
Harald Hoyer |
12f6cc |
}
|
|
Harald Hoyer |
12f6cc |
|