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