summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-03-08 14:00:36 +0000
committerMatt Wilson <msw@redhat.com>2000-03-08 14:00:36 +0000
commitb7b5e9509961f41eebe6dbd9f55b1ab2d68d1cb7 (patch)
tree32ad4babff9a6a7e47929420b316f7c4cd2f9abd
parent109e4fb3486c774f23579c9c51fe6ac7093cb20a (diff)
downloadanaconda-b7b5e9509961f41eebe6dbd9f55b1ab2d68d1cb7.tar.gz
anaconda-b7b5e9509961f41eebe6dbd9f55b1ab2d68d1cb7.tar.xz
anaconda-b7b5e9509961f41eebe6dbd9f55b1ab2d68d1cb7.zip
throw away depmod errors
-rw-r--r--todo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.py b/todo.py
index 82e94e429..ea87fd73f 100644
--- a/todo.py
+++ b/todo.py
@@ -1056,7 +1056,7 @@ class ToDo:
for version in kernelVersions:
iutil.execWithRedirect ("/sbin/depmod",
[ "/sbin/depmod", "-a", version ],
- root = self.instPath)
+ root = self.instPath, stderr = '/dev/null')
def writeConfiguration(self):
self.writeLanguage ()