Fix some minor typos

This commit is contained in:
Roddy González 2024-06-06 23:07:50 +02:00
parent bdffa42684
commit 39c9fcd81e
Signed by: release_candidate
GPG key ID: 1B4847B4102A33EA
2 changed files with 5 additions and 5 deletions

View file

@ -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
#

View file

@ -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.