filesystem: increased mount retries to 120.

This commit is contained in:
Ricardo Martins 2013-08-12 13:31:30 +01:00
parent 2de0e986f9
commit dc023bdc37

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