summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-09-27 21:09:22 +0000
committerChris Lumens <clumens@redhat.com>2005-09-27 21:09:22 +0000
commit4a6497876c72423a71e146417c9696ef92419a7b (patch)
tree64796b73ecb4b99b5a87108893d9ac76ef7f54b2 /ChangeLog
parentfc96616f5bc66eea4cf3a2652fdfeef96f81d49f (diff)
downloadanaconda-4a6497876c72423a71e146417c9696ef92419a7b.tar.gz
anaconda-4a6497876c72423a71e146417c9696ef92419a7b.tar.xz
anaconda-4a6497876c72423a71e146417c9696ef92419a7b.zip
Use the right Script class in anaconda so we have the run method. Fix
setattr on current ks command. Add "self." in front of "ksdata" in KickstartParser. Fix check for chroot option on %post scripts.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c07f37b34..ca8af9717 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2005-09-27 Chris Lumens <clumens@redhat.com>
+
+ * kickstart.py: Use AnacondaKSScript instead of Script class.
+ Override KickstartParser.addScript so we have the run method.
+ * kickstartData.py: Reorganize. Remove duplicate information.
+ * kickstartParser.py: Added a method to Script to print out the
+ script in a form suitable for printing to a kickstart file. Fix
+ setattr on current ks command. Prefix "ksdata" with "self." where it
+ was missing. Fix check for chroot script option.
+
2005-09-24 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version.