How it works? Boot into any live linux distro - get network up. Just type in (remember replace sdX with your desired drive) for 64 bit computers: curl https://repo.f-corp.org/rapid-deploy-x64.xz | unxz | dd of=/dev/sdX for 32 bit computers: curl https://repo.f-corp.org/rapid-deploy-x86.xz | unxz | dd of=/dev/sdX What you get? extremaly minimalistic archlinux distro instalation with support for zfs after first reboot remember to enlarge partitions cfdisk /dev/sdX resize partition /dev/sdX3 and next zpool online -e deploy /dev/sdX3