s/Unable to process initqueue/Could not boot/g

master
Harald Hoyer 2012-06-08 10:29:35 +02:00
parent 57038a41fa
commit fbaf1517c3
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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