[master/f21-branch] Move and fix sanityCheck

Martin Kolman mkolman at redhat.com
Tue Jul 29 14:34:28 UTC 2014


On Tue, 2014-07-29 at 14:03 +0200, Vratislav Podzimek wrote:
> sanityCheck code is installer-specific so it should live in the anaconda
> codebase. And it should check minimal RAM requirements properly based on the
> installation mode.
> 
> Vratislav Podzimek (2):
>   Move sanityCheck code to anaconda's codebase
>   Make storage sanity check aware of base RAM requirements (#1123466)
> 
>  pyanaconda/isys/__init__.py         |   1 +
>  pyanaconda/kickstart.py             |   7 +-
>  pyanaconda/storage_utils.py         | 192 +++++++++++++++++++++++++++++++++++-
>  pyanaconda/ui/gui/spokes/custom.py  |  13 +--
>  pyanaconda/ui/gui/spokes/storage.py |   3 +-
>  pyanaconda/ui/helpers.py            |   9 +-
>  pyanaconda/ui/tui/spokes/storage.py |   6 +-
>  7 files changed, 213 insertions(+), 18 deletions(-)
> 
Looks good to me, thanks for working on this! :)



More information about the anaconda-patches mailing list