mmatuska / mfslinux

Minimalist in-memory diskless Linux distribution based on OpenWrt
GNU General Public License v3.0
57 stars 17 forks source link

Add ZFSOnLinux kernel modules and utilities #5

Open DurvalMenezes opened 5 years ago

DurvalMenezes commented 5 years ago

Please add ZFS On Linux (https://zfsonlinux.org) support to mfslinux, it would make it a great minimum-sized recovery disk which is something ZFSOnLinux is lacking.

mmatuska commented 3 years ago

I am sorry, but ZFS on Linux is not officially supported by OpenWRT. Switching to e.g. Alpine Linux might be the solution here.

sskras commented 2 years ago

@mmatuska commented on May 1, 2021:

Switching to e.g. Alpine Linux might be the solution here.

Brilliant idea. Enabling ZFS support seems to be simply by running apk add zfs: Alpine Linux Wiki ≫ Root on ZFS with native encryption ≫ Add required packages

Any progress with this?