From: Thierry Parmentelat Date: Mon, 5 Jul 2010 07:13:02 +0000 (+0000) Subject: bugfix X-Git-Tag: BootManager-5.0-5~2 X-Git-Url: http://git.onelab.eu/?p=bootmanager.git;a=commitdiff_plain;h=b0875f43fc290231ae1da33943bd4982104b9ff3 bugfix --- diff --git a/source/steps/InstallBootstrapFS.py b/source/steps/InstallBootstrapFS.py index 1df89fb..0bd8c2e 100644 --- a/source/steps/InstallBootstrapFS.py +++ b/source/steps/InstallBootstrapFS.py @@ -132,7 +132,7 @@ def Run( vars, log ): if result: # Download SHA1 checksum file result = bs_request.DownloadFile( source_hash_file, None, None, - 1, 1, dest_hashfile, + 1, 1, dest_hash_file, 30, 14400) if not utils.check_file_hash(dest_file, dest_hash_file):