filesystem: increased mount retries to 120.

This commit is contained in:
Ricardo Martins 2013-08-12 13:33:48 +01:00
parent c382d46e9b
commit 0718aecf43

View File

@ -9,7 +9,7 @@ start()
mkdir -p "$point"
fi
n=0; while [ $n -lt 20 ]; do
n=0; while [ $n -lt 120 ]; do
args=''
if [ $fstype = 'ext3' ]; then