summaryrefslogtreecommitdiffstats
path: root/development/dkms/README
blob: 56098a14a09e5864af0ba7ac8dd0b95605fe82e9 (plain)
Helper script for creating kernel modules.

To facilitate automatic rebuilding of modules at reboot after
installation of a new kernel version, the following code should be
added near the beginning of the file /etc/rc.d/rc.modules.local

# Enable DKMS module rebuilding
if [ -x /usr/lib/dkms/dkms_autoinstaller ]; then
  echo "Running DKMS autoinstaller"
  /usr/lib/dkms/dkms_autoinstaller start
fi