Blame SOURCES/0427-99base-init.sh-break-the-initqueue-if-emergency-shel.patch

712866
From a95fe14581ff39fb4354dac5782a25d578dcc972 Mon Sep 17 00:00:00 2001
712866
From: Harald Hoyer <harald@redhat.com>
712866
Date: Thu, 30 Jun 2016 16:32:44 +0200
712866
Subject: [PATCH] 99base/init.sh: break the initqueue, if emergency shell was
712866
 successful
712866
712866
---
712866
 modules.d/99base/init.sh | 3 ++-
712866
 1 file changed, 2 insertions(+), 1 deletion(-)
712866
712866
diff --git a/modules.d/99base/init.sh b/modules.d/99base/init.sh
5c6c2a
index a07d0f94..7bbe6703 100755
712866
--- a/modules.d/99base/init.sh
712866
+++ b/modules.d/99base/init.sh
712866
@@ -214,7 +214,8 @@ while :; do
712866
 
712866
     main_loop=$(($main_loop+1))
712866
     [ $main_loop -gt $RDRETRY ] \
712866
-        && { flock -s 9 ; action_on_fail "Could not boot." && break; } 9>/.console_lock
712866
+        && { flock -s 9 ; action_on_fail "Could not boot."; } 9>/.console_lock \
712866
+        && break
712866
 done
712866
 unset job
712866
 unset queuetriggered