diff options
author | Chris Lumens <clumens@redhat.com> | 2005-09-30 21:18:19 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2005-09-30 21:18:19 +0000 |
commit | 79f9de7712fe0dbb4c19931dbf8183abc43727ff (patch) | |
tree | d92822b227fbbaa73edec061c79b2098d360bcbc /ChangeLog | |
parent | bd01badcbd9ae50cb56997f1ad35676d75cc8b23 (diff) | |
download | anaconda-79f9de7712fe0dbb4c19931dbf8183abc43727ff.tar.gz anaconda-79f9de7712fe0dbb4c19931dbf8183abc43727ff.tar.xz anaconda-79f9de7712fe0dbb4c19931dbf8183abc43727ff.zip |
KickstartParser fixes to make %post scripts in and out of the chroot
environment and also from within an %include. Make state and script
attributes of KickstartParser to support this. Centralize KS constants
to avoid circular inclusion.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2005-09-30 Chris Lumens <clumens@redhat.com> + + * anaconda.spec: Bump version. + + * kickstart.py: Fix location and name of ks script in run method. + Make state and script attributed of the AnacondaKSParser object in + line with kickstartParser changes. Skip group-selection. + * kickstartData.py: Move constants here from kickstartParser, kill + __str__ method since we'll have kickstartWriter soon instead. + * kickstartParser.py: Make state and script attributes of + KickstartParser. Fix %post scripts to run correctly. Fix includes of + scripts. + 2005-09-27 Chris Lumens <clumens@redhat.com> * anaconda.spec: Bump version. |