slackbuilds_ponce/development/dkms
Willy Sudiarto Raharjo a1a497ebb8
development/dkms: Compress man pages.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-11-03 06:36:58 +07:00
..
dkms.info
dkms.SlackBuild
README
slack-desc

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