[master/rhel7-branch] Warn if software selection size exceeds available space (#1010070)

Chris Lumens clumens at redhat.com
Mon Sep 8 19:45:14 UTC 2014


> @@ -35,6 +36,11 @@ class SummaryHub(TUIHub):
>      ## FIXME: this should be pulling data from somewhere, not just a static list
>      categories = ["localization", "software", "system", "password"]
>  
> +    def __init__(self, app, data, storage, payload, instclass):
> +        super(SummaryHub, self).__init__(app, data, storage, payload, instclass)
> +
> +        self._checker = FileSystemSpaceChecker(storage, payload)
> +
>      def setup(self, environment="anaconda"):
>          TUIHub.setup(self, environment=environment)
>  

Will the TUI ever care about directory installs?  On the GUI, we have a
checker for both regular free space and directory free space.

- Chris


More information about the anaconda-patches mailing list