summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-10-26 14:15:59 +0000
committerChris Lumens <clumens@redhat.com>2007-10-26 14:15:59 +0000
commitd44a698ef91503936bb516db5c48bc653df20cb4 (patch)
treea305961c1870f0725195c3d081ca67a884670a8a /ChangeLog
parente8f54cd09cd4ee9eb0322db38054ef0663006091 (diff)
downloadanaconda-d44a698ef91503936bb516db5c48bc653df20cb4.tar.gz
anaconda-d44a698ef91503936bb516db5c48bc653df20cb4.tar.xz
anaconda-d44a698ef91503936bb516db5c48bc653df20cb4.zip
Need to take the chroot into account for log file locations since subprocess
runs the preexec_fn after opening the stdout/stderr locations (#338541).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e12610c4..83d02dfb3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-10-26 Chris Lumens <clumens@redhat.com>
+
+ * kickstart.py (AnacondaKSScript.run): Need to take the chroot into
+ account for log file locations since subprocess runs the preexec_fn
+ after opening the stdout/stderr locations (#338541).
+
2007-10-26 Martin Sivak <msivak@redhat.com>
* backend.py (doRepoSetup): Update the platform file if necessary