Garrett Fields
Garrett Fields
It isn't included yet. I was hoping to focus on ZFS Native Ecryption (issue #16). It is currently in master and (probably) waiting for 0.8.0 release. That being said, LUKS...
This may make the Ubiquity installer able to install other Ubuntu flavors. A little skeptical though because you would think Ubiquity would give you an interactive choice if it were...
You're dead on. This grew from a simple pre/post ubiquity script. It was a very serialized process with many repeating strings. This has grown (or aspires) to be more than...
CLEANSTRING=${STRING//[^a-zA-Z0-9]/}
From https://github.com/zfsonlinux/zfs/wiki/Ubuntu-18.04-Root-on-ZFS zfs create -o setuid=off rpool/home zfs create -o mountpoint=/root rpool/home/root zfs create -o canmount=off -o setuid=off -o exec=off rpool/var zfs create -o com.sun:auto-snapshot=false rpool/var/cache zfs create -o acltype=posixacl...