From: Harald Hoyer Date: Fri, 8 Jun 2012 08:29:35 +0000 (+0200) Subject: s/Unable to process initqueue/Could not boot/g X-Git-Tag: 020~105 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fbaf1517c352e34ede77613536ce12bd14b7ec2c;p=thirdparty%2Fdracut.git s/Unable to process initqueue/Could not boot/g --- diff --git a/modules.d/98systemd/dracut-initqueue.sh b/modules.d/98systemd/dracut-initqueue.sh index 5544e7181..5d51a8022 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 7f8370ee5..5c693e4c7 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