37 lines
1.3 KiB
Diff
37 lines
1.3 KiB
Diff
|
From fbaf1517c352e34ede77613536ce12bd14b7ec2c Mon Sep 17 00:00:00 2001
|
||
|
From: Harald Hoyer <harald@redhat.com>
|
||
|
Date: Fri, 8 Jun 2012 10:29:35 +0200
|
||
|
Subject: [PATCH] s/Unable to process initqueue/Could not boot/g
|
||
|
|
||
|
---
|
||
|
modules.d/98systemd/dracut-initqueue.sh | 2 +-
|
||
|
modules.d/99base/init.sh | 2 +-
|
||
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
||
|
|
||
|
diff --git a/modules.d/98systemd/dracut-initqueue.sh b/modules.d/98systemd/dracut-initqueue.sh
|
||
|
index 5544e71..5d51a80 100755
|
||
|
--- a/modules.d/98systemd/dracut-initqueue.sh
|
||
|
+++ b/modules.d/98systemd/dracut-initqueue.sh
|
||
|
@@ -61,7 +61,7 @@ while :; do
|
||
|
|
||
|
main_loop=$(($main_loop+1))
|
||
|
[ $main_loop -gt $RDRETRY ] \
|
||
|
- && { flock -s 9 ; emergency_shell "Unable to process initqueue"; } 9>/.console_lock
|
||
|
+ && { flock -s 9 ; emergency_shell "Could not boot."; } 9>/.console_lock
|
||
|
done
|
||
|
|
||
|
unset job
|
||
|
diff --git a/modules.d/99base/init.sh b/modules.d/99base/init.sh
|
||
|
index 7f8370e..5c693e4 100755
|
||
|
--- a/modules.d/99base/init.sh
|
||
|
+++ b/modules.d/99base/init.sh
|
||
|
@@ -180,7 +180,7 @@ while :; do
|
||
|
|
||
|
main_loop=$(($main_loop+1))
|
||
|
[ $main_loop -gt $RDRETRY ] \
|
||
|
- && { flock -s 9 ; emergency_shell "Unable to process initqueue"; } 9>/.console_lock
|
||
|
+ && { flock -s 9 ; emergency_shell "Could not boot."; } 9>/.console_lock
|
||
|
done
|
||
|
unset job
|
||
|
unset queuetriggered
|