> Add optional/keyword args for specifying an InstallInterface or > Platform instance when not supplying an Anaconda instance. This is > all for improving the storage module's utility when used outside of > anaconda. > --- > pyanaconda/__init__.py | 2 +- > pyanaconda/storage/__init__.py | 150 ++++++++++++++++++++++++------------ > pyanaconda/storage/fcoe.py | 2 +- > pyanaconda/storage/iscsi.py | 6 +- > pyanaconda/storage/partitioning.py | 110 ++++++++++++++------------ > 5 files changed, 163 insertions(+), 107 deletions(-) Looks good. Glad to see some of these methods no longer take an anaconda argument when they don't need to. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list