From 39c9fcd81eb26f8e61ed1a568dbb947f0d98666f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roddy=20Gonz=C3=A1lez?= Date: Thu, 6 Jun 2024 23:07:50 +0200 Subject: [PATCH] Fix some minor typos --- config.toml | 2 +- content/posts/uefi-full-disk-encryption.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config.toml b/config.toml index 48ea006..3e1b683 100644 --- a/config.toml +++ b/config.toml @@ -43,7 +43,7 @@ copyright = 'vsis.online' url = "https://mastodon.bsd.cafe/@release_candidate" weight = 2 [[menu.footer]] - name = "🇨🇱 My feddit corner" + name = "🇨🇱 My Feddit corner" url = "https://feddit.cl/u/vsis" weight = 3 # diff --git a/content/posts/uefi-full-disk-encryption.md b/content/posts/uefi-full-disk-encryption.md index 93f59f0..4170916 100644 --- a/content/posts/uefi-full-disk-encryption.md +++ b/content/posts/uefi-full-disk-encryption.md @@ -67,7 +67,7 @@ Now that I'm in a shell I can look what disks I have. ``` -# systolic hw.disknames +# sysctl hw.disknames hw.disknames = cd0 wd0 ``` @@ -92,7 +92,7 @@ One EFI partition with 128MB, one for the rootfs with 8GB and other for CGD with These are the sizes I use. Root file-system will require less than 8GB anyways, but I avoid the risk. -Now disk should have three wedges. +Now this disk should have three wedges. ``` # dkctl wd0 listwedges @@ -221,7 +221,7 @@ Let's add CGD config file to the future root file-system. ``` Now it's time to check if the CGD drive is working as expected. -I unconfigure and re-configure it, then print the disklabel. +I unconfigure and reconfigure it, then print the disklabel. ``` # cgdconfig -u cgd0 @@ -260,7 +260,7 @@ tmpfs on /etc type tmpfs (union, local) # Installation of the sets The new system is composed of sets. -I usually install these, but your requirements may be different. +I usually install these ones, but your requirements may be different. The tar flag `p` is very important, since these files need to preserve their owners and mode.