From: Thomas Renninger Date: Thu, 11 Dec 2014 14:46:12 +0000 (+0100) Subject: 99base: Increase initqueue timeout in non systemd case X-Git-Tag: 041~51 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=517d27a75f678d4c295cbb07687453950b55df5a;p=thirdparty%2Fdracut.git 99base: Increase initqueue timeout in non systemd case In case of systemd is used the timeout already is set to 180s, compare with file: modules.d/98systemd/dracut-initqueue.sh Do the same if systemd is not used, e.g. in kdump case. Signed-off-by: Thomas Renninger --- diff --git a/modules.d/99base/init.sh b/modules.d/99base/init.sh index 7fcea4a42..918dea5e3 100755 --- a/modules.d/99base/init.sh +++ b/modules.d/99base/init.sh @@ -166,7 +166,7 @@ make_trace_mem "hook initqueue" '1:shortmem' '2+:mem' '3+:slab' getarg 'rd.break=initqueue' -d 'rdbreak=initqueue' && emergency_shell -n initqueue "Break before initqueue" RDRETRY=$(getarg rd.retry -d 'rd_retry=') -RDRETRY=${RDRETRY:-30} +RDRETRY=${RDRETRY:-180} RDRETRY=$(($RDRETRY*2)) export RDRETRY main_loop=0