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