ZFS: Difference between revisions

imported>Nornagon
add info about formatting the efi partition
imported>Grahamc
Add a note about setting acltype=posixacl xattr=sa or journalctl is busted.
Line 238: Line 238:


# Create the filesystems
# Create the filesystems
zfs set acltype=posixacl xattr=sa rpool    # enable posixacls, otherwise journalctl is broken for users
zfs create -o mountpoint=none rpool/root
zfs create -o mountpoint=none rpool/root
zfs create -o mountpoint=legacy rpool/root/nixos
zfs create -o mountpoint=legacy rpool/root/nixos