Easily load ZFS kernel module on any Archiso.
Find a file
2020-05-06 13:41:15 +02:00
init removed useless lines 2020-05-06 13:41:15 +02:00
README.md fixed a word 2020-05-02 17:35:24 +02:00
TODO added todo 2020-05-05 23:52:00 +02:00

Why this

If you want to install Archlinux on ZFS, you need to deal with the ZFS licensing problem. The kernel module isn't included in the default archiso image, you need to include it into a custom archiso image to be able to install ZFS.

I wrote an article about archiso netbooting.
This project lets you include the zfs kernel module on any archiso image without creating a custom one.

Archzfs

The Archzfs unofficial user repository offers multiple ways to install the ZFS kernel module.
We need to compile the zfs module using DKMS method, so it will work with the running kernel.
In order to build the module, DKMS needs the linux-headers package for the running kernel.

How does it work

The script uses Arch Linux Archive to install the linux-headers package required for DKMS.

How to use

Boot on any archiso system, and run:

curl -s https://eoli3n.github.io/archzfs/init | bash

Wow, that's slow...

Yes, the Arch Linux Archive has a limited brandwidth, but at least, it is automated. A better solution would be to store archives on the Archzfs repo. More details here: https://github.com/archzfs/archzfs/issues/337