commit 5a017c41c9e6603c712e87962b60053d707d9920 parent 3cd10c0a3e36c6e303a045ff01cebde00dcabbdd Author: Cem Keylan <cem@ckyln.com> Date: Wed, 30 Sep 2020 16:08:04 +0300 zfs: fix post-install Diffstat:
M | personal/zfs/post-install | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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)}"