[rhinstaller/anaconda/pulls/423 f23-branch] Improve install space required estimation (#1224048)

vpodzime installerbot-noreply at redhat.com
Mon Oct 26 15:25:15 UTC 2015


> @@ -115,8 +115,8 @@ def reasonable_mpoint(mpoint):
>                     # for root we need to take in count both download and install size
>                     if ((key != root_mpoint and val > requested)
>                     or val > requested_root) and reasonable_mpoint(key)}
> -    log.debug('Estimated size: download %s & install %s - df: %s', requested,
> -              (requested_root - requested), df)
> +    log.debug('Estimated size: download %s & install %s', requested,
> +              (requested_root - requested))

ok

-- 
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/423#discussion_r43007468


More information about the anaconda-patches mailing list