[PATCH] Allow kickstart to use stdin in pre and post (#975063)

Brian C. Lane bcl at redhat.com
Fri Jun 21 20:32:32 UTC 2013


From: "Brian C. Lane" <bcl at redhat.com>

---
 pyanaconda/kickstart.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/kickstart.py b/pyanaconda/kickstart.py
index fea9697..7ea72a2 100644
--- a/pyanaconda/kickstart.py
+++ b/pyanaconda/kickstart.py
@@ -117,7 +117,7 @@ class AnacondaKSScript(KSScript):
 
         with open(messages, "w") as fp:
             rc = iutil.execWithRedirect(self.interp, ["/tmp/%s" % os.path.basename(path)],
-                                        stdin=fp, stdout=fp,
+                                        stdout=fp,
                                         root = scriptRoot)
 
         if rc != 0:
-- 
1.8.1.4



More information about the anaconda-patches mailing list