summaryrefslogtreecommitdiff
path: root/config/chroot_local-hooks/07-dkms
diff options
context:
space:
mode:
Diffstat (limited to 'config/chroot_local-hooks/07-dkms')
-rwxr-xr-xconfig/chroot_local-hooks/07-dkms2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/07-dkms b/config/chroot_local-hooks/07-dkms
new file mode 100755
index 0000000..a0ed316
--- /dev/null
+++ b/config/chroot_local-hooks/07-dkms
@@ -0,0 +1,2 @@
+#!/bin/sh
+for x in $(ls /boot/vmlinuz-*|sed s@/boot/vmlinuz-@@);do /usr/lib/dkms/dkms_autoinstaller start $x; done