]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
dracut-systemd/dracut-initqueue.sh: be verbose about timeout
authorHarald Hoyer <harald@redhat.com>
Wed, 12 Aug 2015 12:27:39 +0000 (14:27 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 12 Aug 2015 12:27:39 +0000 (14:27 +0200)
Issue a warning, if timeout scripts are executed

modules.d/98dracut-systemd/dracut-initqueue.sh

index af9cec2c5b8c498e9405b2c6224f92751b93c54e..881f6397bbb7b38e38a341d606b68dd6ff7155aa 100755 (executable)
@@ -55,6 +55,7 @@ while :; do
     done
 
     if [ $main_loop -gt $((2*$RDRETRY/3)) ]; then
+        warn "dracut-initqueue timeout - starting timeout scripts"
         for job in $hookdir/initqueue/timeout/*.sh; do
             [ -e "$job" ] || break
             job=$job . $job