summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-06-14 14:49:26 +0000
committerMike Fulbright <msf@redhat.com>2000-06-14 14:49:26 +0000
commitd729f8027768feff8eda09d456b054db6aa28e10 (patch)
tree3acae3b3e1d4ae1084f7750c240812c302017731 /todo.py
parent7e6b9c75899ddb819df29d9d93cf9b6c9c156604 (diff)
downloadanaconda-d729f8027768feff8eda09d456b054db6aa28e10.tar.gz
anaconda-d729f8027768feff8eda09d456b054db6aa28e10.tar.xz
anaconda-d729f8027768feff8eda09d456b054db6aa28e10.zip
always run depmod to avoid warning on first boot after install
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.