Notes on installing Discourse on Fedora with ZFS boot
Firstly, ZFS is installed with a root mirror, using Fedora on ZFS. DNS was broken out of the box for the installer, so disabled systemd-resolved and set a nameserver in resolv.conf. systemctl disable systemd-resolved.service systemctl stop systemd-resolved.service nano /etc/resolv.conf # set nameserver to 1.1.1.1 Follow the Fedora on ZFS guide. Clone the repo and check the prereqsites. git clone https://github.com/gregory-lee-bartholomew/fedora-on-zfs.git cd fedora-on-zfs ./prereqs Install Fedora to the two disks we want. This is a HP mini PC, so has one NVME disk and one 2.5" SSD. ...