Merge "Wait longer for root device to become available"
This commit is contained in:
commit
c742daaa95
@ -113,7 +113,7 @@ if [[ $ROOT_DEVICE ]]; then
|
|||||||
else
|
else
|
||||||
t=0
|
t=0
|
||||||
while ! target_disk=$(find_disk "$DISK"); do
|
while ! target_disk=$(find_disk "$DISK"); do
|
||||||
if [ $t -eq 10 ]; then
|
if [ $t -eq 60 ]; then
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
t=$(($t + 1))
|
t=$(($t + 1))
|
||||||
|
Loading…
Reference in New Issue
Block a user