712866
From c643f4e8abb4ea65b219414b23555772160ab41e Mon Sep 17 00:00:00 2001
712866
From: Harald Hoyer <harald@redhat.com>
712866
Date: Wed, 12 Aug 2015 14:27:39 +0200
712866
Subject: [PATCH] dracut-systemd/dracut-initqueue.sh: be verbose about timeout
712866
712866
Issue a warning, if timeout scripts are executed
712866
712866
(cherry picked from commit 8ba684be1c04976204d2b671ab90cb27791f467b)
712866
---
712866
 modules.d/98systemd/dracut-initqueue.sh | 1 +
712866
 1 file changed, 1 insertion(+)
712866
712866
diff --git a/modules.d/98systemd/dracut-initqueue.sh b/modules.d/98systemd/dracut-initqueue.sh
5c6c2a
index 37bc18f1..5822556b 100755
712866
--- a/modules.d/98systemd/dracut-initqueue.sh
712866
+++ b/modules.d/98systemd/dracut-initqueue.sh
712866
@@ -57,6 +57,7 @@ while :; do
712866
     done
712866
 
712866
     if [ $main_loop -gt $((2*$RDRETRY/3)) ]; then
712866
+        warn "dracut-initqueue timeout - starting timeout scripts"
712866
         for job in $hookdir/initqueue/timeout/*.sh; do
712866
             [ -e "$job" ] || break
712866
             job=$job . $job