From 65fa796db963ff2c14b7eb1dd4e5218b57acec05 Mon Sep 17 00:00:00 2001 From: eoli3n Date: Fri, 1 May 2020 18:24:53 +0200 Subject: [PATCH] fix sentences --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 93e46d7..e867af8 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,12 @@ This project lets you include the zfs kernel module on any archiso without creat ### Archzfs 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. +We need to compile zfs module using [DKMS method](https://wiki.archlinux.org/index.php/ZFS#DKMS) for the kernel used by the running archiso. +DKMS needs ``linux-headers`` to be able to build the module. ### How does it work -It uses [Arch Linux Archive](https://wiki.archlinux.org/index.php/Arch_Linux_Archive#How_to_restore_all_packages_to_a_specific_date), to be able to install ``linux-headers`` required by DKMS. +It uses [Arch Linux Archive](https://wiki.archlinux.org/index.php/Arch_Linux_Archive#How_to_restore_all_packages_to_a_specific_date) to install the right version of ``linux-headers`` required by DKMS. ### How to use