diff options
author | Joerg Schirottke <master@kanotix.com> | 2012-02-29 17:12:23 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2012-03-01 03:14:05 +0100 |
commit | 737159e3e07265cd6d31d76aae3d022c8baced7b (patch) | |
tree | 2fddcbebff648bb4e6fa08337bba3b343c8a47a9 /config | |
parent | 4b644117f365d3e213aace6b0715bee4bf6806bd (diff) | |
download | kanotix-737159e3e07265cd6d31d76aae3d022c8baced7b.zip kanotix-737159e3e07265cd6d31d76aae3d022c8baced7b.tar.gz |
add dkms hook
Diffstat (limited to 'config')
-rwxr-xr-x | config/chroot_local-hooks/07-dkms | 2 |
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 |