Important
The zfs modules may not be able to catch up the kernel release,
if such thing happeneds please let me know by creating an issue
This is a dockerfile to compile an archlinux installation iso with zfs modules
- Setup
archlinux:latestdocker image with steps in this YT tutorial - Run the image and compile it
docker buildx build -t archzfsiso .
docker run --privileged --rm -v "${HOME}/iso/:/ISOBUILD/zfsiso/ISOOUT" archzfsiso