Alpine Linux

Contents

Installation

Note: this is for installing ZFS on an existing Alpine installation. To use ZFS as root file system, see below.

  1. Install ZFS package:

    apk add zfs zfs-lts
    
  2. Load kernel module:

    modprobe zfs
    

Root on ZFS