diff options
| -rwxr-xr-x | personal/zfs/post-install | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/personal/zfs/post-install b/personal/zfs/post-install index 5173fca..6997bf4 100755 --- a/personal/zfs/post-install +++ b/personal/zfs/post-install @@ -1,2 +1,2 @@  #!/bin/sh -depmod -b "/usr/lib/modules/${KERNEL_VERSION:-$(uname -r)}" +depmod -b "$CPT_ROOT/usr" "${KERNEL_VERSION:-$(uname -r)}"  | 
