aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mandriva/mandrake_everytime7
1 files changed, 2 insertions, 5 deletions
diff --git a/mandriva/mandrake_everytime b/mandriva/mandrake_everytime
index d7fe5795..76ff67e6 100644
--- a/mandriva/mandrake_everytime
+++ b/mandriva/mandrake_everytime
@@ -23,11 +23,8 @@ fi
touch /etc/resolv.conf
}
-# start module build and hardware detection tools
-DKMS_TOOL=/usr/sbin/dkms_autoinstaller
-if [ "$DKMS_ONBOOT" != "no" ] && [ -x $DKMS_TOOL ]; then
- $DKMS_TOOL start
-fi
+# start hardware detection tools
+# dkms module build has been split out to dkms-autorebuild.service in dkms package
HARDDRAKE_TOOL=/usr/share/harddrake/service_harddrake
if [ "$HARDDRAKE_ONBOOT" != "no" ] && [ -x $HARDDRAKE_TOOL ]; then