]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
s/Unable to process initqueue/Could not boot/g
authorHarald Hoyer <harald@redhat.com>
Fri, 8 Jun 2012 08:29:35 +0000 (10:29 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 8 Jun 2012 08:29:35 +0000 (10:29 +0200)
modules.d/98systemd/dracut-initqueue.sh
modules.d/99base/init.sh

index 5544e7181755cbab1b270b70dc77f9ca0e871162..5d51a8022c9d834f6885661bb4f9c80d01fa4c01 100755 (executable)
@@ -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
index 7f8370ee57c47020dfd2f195ea64969e721ca2e5..5c693e4c73ad99a3cdf9bbce429d61360cef27f8 100755 (executable)
@@ -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