[anaconda][master][PATCH 0/9] Dead option cleanup

Martin Kolman mkolman at redhat.com
Mon Jun 9 16:25:57 UTC 2014


So it turns out we have quite a lot of boot/CLI options
that do exactly nothing and just clutter the --help output
and the Anaconda source code. The following patch series gets rid of them.

It is quite possible some of those might still be used in some
obscure way, so let me know and I'll drop the corresponding patch.
Same think applies for options that appear to be alive but aren't
(undead options) - let me know and I'll drop them. :)

Martin Kolman (9):
  Remove the module option
  Remove the disused nofb option
  Actually remove askmethod and related code
  Remove the autostep option
  Remove the noipv4 option
  Remove the iscsi and noiscsi options
  Remove the ibft and noibft options
  Remove the dmraid and nodmraid options
  Remove the kbdtype option

 anaconda                           | 28 ----------------------------
 pyanaconda/anaconda.py             |  1 -
 pyanaconda/bootloader.py           |  2 +-
 pyanaconda/flags.py                |  4 ----
 pyanaconda/packaging/yumpayload.py | 10 ++++------
 pyanaconda/ui/gui/spokes/source.py |  5 -----
 pyanaconda/ui/tui/spokes/source.py |  5 -----
 7 files changed, 5 insertions(+), 50 deletions(-)

-- 
1.9.3



More information about the anaconda-patches mailing list