diff options
author | Chris Lumens <clumens@redhat.com> | 2007-10-26 14:15:59 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2007-10-26 14:15:59 +0000 |
commit | d44a698ef91503936bb516db5c48bc653df20cb4 (patch) | |
tree | a305961c1870f0725195c3d081ca67a884670a8a /ChangeLog | |
parent | e8f54cd09cd4ee9eb0322db38054ef0663006091 (diff) | |
download | anaconda-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |