From 740a0ee687e4784a9b3cbdd027b52dec300b83d3 Mon Sep 17 00:00:00 2001 From: illiliti Date: Sat, 18 Apr 2020 11:46:46 +0300 Subject: [PATCH] increase delay --- usr/share/tinyramfs/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/share/tinyramfs/init b/usr/share/tinyramfs/init index 35d9f0b..3c9cb27 100755 --- a/usr/share/tinyramfs/init +++ b/usr/share/tinyramfs/init @@ -38,7 +38,7 @@ findfs() # avoid race condition while [ ! -e "$device" ]; do - [ "$value" = 15 ] && panic "failed to lookup partition" + [ "$value" = 80 ] && panic "failed to lookup partition" value=$(( value + 1 )); sleep 1 done }