[anaconda][master][rhel7-branch][PATCH 0/2] Don't create configured.ini & fix typos

Martin Kolman mkolman at redhat.com
Tue Jul 15 12:54:36 UTC 2014


The first patch drops some old code we probably wanted to use early in the Initial Setup
development but never did in the end. The end result is that we will no longer needlessly
create the configured.ini file in the /var/lib/inital_setup folder (yes, there is even a
spelling mistake in the path - we would probably never know about it if the mistake was not
there, as the typo is what triggered the bug report :) ).

The second patch fixes a few typos I've discovered while working on the first patch.



Martin Kolman (2):
  Don't create the configured.ini file (#1119166)
  Fix a typo: inital -> initial

 pyanaconda/install.py                   |  1 -
 pyanaconda/kickstart.py                 | 26 --------------------------
 pyanaconda/ui/tui/simpleline/base.py    |  2 +-
 pyanaconda/users.py                     |  2 +-
 tests/pyanaconda_tests/timezone_test.py |  2 +-
 5 files changed, 3 insertions(+), 30 deletions(-)

-- 
1.9.3



More information about the anaconda-patches mailing list