diff options
author | Matt Wilson <msw@redhat.com> | 2000-03-08 14:00:36 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-03-08 14:00:36 +0000 |
commit | b7b5e9509961f41eebe6dbd9f55b1ab2d68d1cb7 (patch) | |
tree | 32ad4babff9a6a7e47929420b316f7c4cd2f9abd /todo.py | |
parent | 109e4fb3486c774f23579c9c51fe6ac7093cb20a (diff) | |
download | anaconda-b7b5e9509961f41eebe6dbd9f55b1ab2d68d1cb7.tar.gz anaconda-b7b5e9509961f41eebe6dbd9f55b1ab2d68d1cb7.tar.xz anaconda-b7b5e9509961f41eebe6dbd9f55b1ab2d68d1cb7.zip |
throw away depmod errors
Diffstat (limited to 'todo.py')
-rw-r--r-- | todo.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 () |