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
|
||||
t=0
|
||||
while ! target_disk=$(find_disk "$DISK"); do
|
||||
if [ $t -eq 10 ]; then
|
||||
if [ $t -eq 60 ]; then
|
||||
break
|
||||
fi
|
||||
t=$(($t + 1))
|
||||
|
Loading…
Reference in New Issue
Block a user