summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-09-30 21:18:19 +0000
committerChris Lumens <clumens@redhat.com>2005-09-30 21:18:19 +0000
commit79f9de7712fe0dbb4c19931dbf8183abc43727ff (patch)
treed92822b227fbbaa73edec061c79b2098d360bcbc /ChangeLog
parentbd01badcbd9ae50cb56997f1ad35676d75cc8b23 (diff)
downloadanaconda-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--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d3289022..012a88a6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.