summaryrefslogtreecommitdiff
path: root/config/chroot_local-hooks/07-dkms
diff options
context:
space:
mode:
authorJoerg Schirottke <master@kanotix.com>2012-02-29 17:12:23 +0100
committerAndreas Loibl <andreas@andreas-loibl.de>2012-03-01 03:14:05 +0100
commit737159e3e07265cd6d31d76aae3d022c8baced7b (patch)
tree2fddcbebff648bb4e6fa08337bba3b343c8a47a9 /config/chroot_local-hooks/07-dkms
parent4b644117f365d3e213aace6b0715bee4bf6806bd (diff)
downloadkanotix-737159e3e07265cd6d31d76aae3d022c8baced7b.zip
kanotix-737159e3e07265cd6d31d76aae3d022c8baced7b.tar.gz
add dkms hook
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