diff --git a/content/posts/linux/Root ZFS Encryption, Mirroring, and Remote Unlocking with Ubuntu.md b/content/posts/linux/Root ZFS Encryption, Mirroring, and Remote Unlocking with Ubuntu.md index abeb593..93df175 100644 --- a/content/posts/linux/Root ZFS Encryption, Mirroring, and Remote Unlocking with Ubuntu.md +++ b/content/posts/linux/Root ZFS Encryption, Mirroring, and Remote Unlocking with Ubuntu.md @@ -237,7 +237,7 @@ systemctl enable systemd-networkd echo "UMASK=0077" > /etc/initramfs-tools/conf.d/umask.conf ``` -### Rebuild the initramfs +### Rebuild the initramfs ```bash update-initramfs -c -k all