From f22ff4c4cb650a428e639b4f32400a44ce41f845 Mon Sep 17 00:00:00 2001 From: eoli3n Date: Fri, 1 May 2020 17:42:52 +0200 Subject: [PATCH] updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3fa551b..93e46d7 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ This project lets you include the zfs kernel module on any archiso without creat ### Archzfs -The Archzfs unofficial user repository allows one to install the ZFS kernel module in multiple ways. -We will compile current kernel zfs module using DKMS method. +The [Archzfs](https://github.com/archzfs/archzfs/wiki) unofficial user repository allows one to install the ZFS kernel module in multiple ways. +We need compile current kernel zfs module using [DKMS method](https://wiki.archlinux.org/index.php/ZFS#DKMS), to let it match current booted kernel. DKMS needs ``linux-headers`` of the currently booted system to be able to build the module. ### How does it work