summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
Diffstat (limited to 'todo.py')
-rw-r--r--todo.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/todo.py b/todo.py
index 329a4bd4f..b52c0b6d5 100644
--- a/todo.py
+++ b/todo.py
@@ -1433,10 +1433,14 @@ class ToDo:
self.x.write (self.instPath + "/etc/X11")
self.setDefaultRunlevel ()
+
# go ahead and depmod modules on alpha, as rtc modprobe
# will complain loudly if we don't do it now.
- if arch == "alpha":
- self.depmodModules()
+# if arch == "alpha":
+# self.depmodModules()
+
+ # lets just do it always, not just on alpha
+ self.depmodModules()
# blah. If we're on a serial mouse, and we have X, we need to
# close the mouse device, then run kudzu, then open it again.