From ea52dd7ded296ddd8aec493899415a8c8fe6d53a Mon Sep 17 00:00:00 2001 From: milan Date: Sat, 19 Oct 2019 16:39:25 +0200 Subject: [PATCH] install zfs for latest installed kernel --- setup-usl-mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-usl-mm b/setup-usl-mm index 3335519..2134b59 100755 --- a/setup-usl-mm +++ b/setup-usl-mm @@ -20,7 +20,7 @@ lsblk read -p "Enter partition to encrypt:" PARTITION echo "Installing requirements" -pacman -S --noconfirm cryptsetup ecryptfs-utils linux51-zfs parted +pacman -S --noconfirm cryptsetup ecryptfs-utils $(pacman -Q linux | tail -n 1 | awk {'print $1'})-zfs parted echo "Loading ZFS kernel module" modprobe zfs