From aca3218eaf659e43e4db22be7c343947c143f7cf Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 20 Sep 2023 03:09:08 -0700 Subject: [PATCH] Typo fix --- ...S Encryption, Mirroring, and Remote Unlocking with Ubuntu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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