diff options
Diffstat (limited to 'personal/zfs/post-install')
-rwxr-xr-x | personal/zfs/post-install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/personal/zfs/post-install b/personal/zfs/post-install new file mode 100755 index 0000000..5173fca --- /dev/null +++ b/personal/zfs/post-install @@ -0,0 +1,2 @@ +#!/bin/sh +depmod -b "/usr/lib/modules/${KERNEL_VERSION:-$(uname -r)}" |