summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
Diffstat (limited to 'todo.py')
-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 ()