[master/f21-branch] Move and fix sanityCheck

Vratislav Podzimek vpodzime at redhat.com
Tue Jul 29 12:03:59 UTC 2014


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(-)

-- 
1.9.3



More information about the anaconda-patches mailing list