From 5a017c41c9e6603c712e87962b60053d707d9920 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 30 Sep 2020 16:08:04 +0300 Subject: zfs: fix post-install --- personal/zfs/post-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)}" -- cgit v1.2.3