Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
cat /etc/kernel/postinst.d/notify 
#!/bin/sh

cat <<EOF | mail -r unix-admin@slac.stanford.edu -s "$1 installed on `hostname`" ksa@slac.stanford.edu
New kernel was installed on `hostname` at `date`.

$1
$2
EOF

 

References:

DKMS

  1. See the dkms manual page, using the command: 'man dkms'
  2. https://en.wikipedia.org/wiki/Dynamic_Kernel_Module_Support
  3. https://github.com/dell/dkms

Kernel Module Weak Updates

  1. https://trapsink.com/wiki/Kernel_Module_Weak_Updates

Nouveau

  1. https://nouveau.freedesktop.org/